Class CommandSendSystem<TCommandData> | Unity NetCode | 0.2.0-preview.5
docs.unity.cn
    Show / Hide Table of Contents

    Class CommandSendSystem<TCommandData>

    Inheritance
    Object
    CommandSendSystem<TCommandData>
    NullCommandSendSystem
    LagCompensationTestCommandCommandSendSystem
    Namespace: Unity.NetCode
    Syntax
    public class CommandSendSystem<TCommandData> : JobComponentSystem where TCommandData : struct, ICommandData<TCommandData>
    Type Parameters
    Name Description
    TCommandData

    Fields

    k_InputBufferSendSize

    Declaration
    public const uint k_InputBufferSendSize = 4U
    Field Value
    Type Description
    UInt32

    Methods

    OnCreate()

    Declaration
    protected override void OnCreate()

    OnDestroy()

    Declaration
    protected override void OnDestroy()

    OnUpdate(JobHandle)

    Declaration
    protected override JobHandle OnUpdate(JobHandle inputDeps)
    Parameters
    Type Name Description
    JobHandle inputDeps
    Returns
    Type Description
    JobHandle
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX