Struct CommandSendSystem<TCommandDataSerializer, TCommandData>.SendJobData | Unity NetCode | 0.5.0-preview.5
docs.unity3d.com
    Show / Hide Table of Contents

    Struct CommandSendSystem<TCommandDataSerializer, TCommandData>.SendJobData

    Namespace: Unity.NetCode
    Syntax
    protected struct SendJobData

    Fields

    commmandTargetType

    Declaration
    public ComponentTypeHandle<CommandTargetComponent> commmandTargetType
    Field Value
    Type Description
    Unity.Entities.ComponentTypeHandle<CommandTargetComponent>

    compressionModel

    Declaration
    public NetworkCompressionModel compressionModel
    Field Value
    Type Description
    NetworkCompressionModel

    driver

    Declaration
    public NetworkDriver.Concurrent driver
    Field Value
    Type Description
    NetworkDriver.Concurrent

    inputFromEntity

    Declaration
    [ReadOnly]
    public BufferFromEntity<TCommandData> inputFromEntity
    Field Value
    Type Description
    BufferFromEntity<TCommandData>

    inputTargetTick

    Declaration
    public uint inputTargetTick
    Field Value
    Type Description
    UInt32

    interpolationDelay

    Declaration
    public uint interpolationDelay
    Field Value
    Type Description
    UInt32

    isNullCommandData

    Declaration
    public bool isNullCommandData
    Field Value
    Type Description
    Boolean

    localTime

    Declaration
    public uint localTime
    Field Value
    Type Description
    UInt32

    snapshotAckType

    Declaration
    public ComponentTypeHandle<NetworkSnapshotAckComponent> snapshotAckType
    Field Value
    Type Description
    Unity.Entities.ComponentTypeHandle<NetworkSnapshotAckComponent>

    streamConnectionType

    Declaration
    public ComponentTypeHandle<NetworkStreamConnection> streamConnectionType
    Field Value
    Type Description
    Unity.Entities.ComponentTypeHandle<NetworkStreamConnection>

    unreliablePipeline

    Declaration
    public NetworkPipeline unreliablePipeline
    Field Value
    Type Description
    NetworkPipeline

    Methods

    Execute(ArchetypeChunk, Int32)

    Declaration
    public void Execute(ArchetypeChunk chunk, int orderIndex)
    Parameters
    Type Name Description
    ArchetypeChunk chunk
    Int32 orderIndex

    LambdaMethod(NetworkStreamConnection, NetworkSnapshotAckComponent, CommandTargetComponent)

    Declaration
    public void LambdaMethod(in NetworkStreamConnection connection, in NetworkSnapshotAckComponent ack, in CommandTargetComponent state)
    Parameters
    Type Name Description
    NetworkStreamConnection connection
    NetworkSnapshotAckComponent ack
    CommandTargetComponent state
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023