docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct CopyInputToCommandBuffer<TInputBufferData, TInputComponentData>

    For internal use only, helper struct that should be used to implement systems that copy the content of an IInputComponentData into the code-generated ICommandData buffer.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.NetCode
    Assembly: Unity.NetCode.dll
    Syntax
    [Obsolete("CopyInputToCommandBuffer has been deprecated. There is no replacement, being the method meant to be used only by code-generated systems.", false)]
    public struct CopyInputToCommandBuffer<TInputBufferData, TInputComponentData> where TInputBufferData : unmanaged, IInputBufferData where TInputComponentData : unmanaged, IInputComponentData
    Type Parameters
    Name Description
    TInputBufferData

    input buffer data

    TInputComponentData

    Input component data

    Methods

    Create(ref SystemState)

    Creates the internal component type handles, register to system state the component queries. Very important, add an implicity constraint for running the parent system only when the client is connected to the server, by requiring at least one connection with a NetworkId components.

    Declaration
    public EntityQuery Create(ref SystemState state)
    Parameters
    Type Name Description
    SystemState state

    Unity.Entities.SystemState

    Returns
    Type Description
    EntityQuery

    Query for component type handles

    Remarks

    Should be called inside your the system OnCreate method.

    InitJobData(ref SystemState)

    Initialize the CopyInputToCommandBuffer by updating all the component type handles and create a a new CopyInputToCommandBuffer<TInputBufferData, TInputComponentData>.CopyInputToBufferJob instance.

    Declaration
    public CopyInputToCommandBuffer<TInputBufferData, TInputComponentData>.CopyInputToBufferJob InitJobData(ref SystemState state)
    Parameters
    Type Name Description
    SystemState state

    Unity.Entities.SystemState

    Returns
    Type Description
    CopyInputToCommandBuffer<TInputBufferData, TInputComponentData>.CopyInputToBufferJob

    a new CopyInputToCommandBuffer<TInputBufferData, TInputComponentData>.CopyInputToBufferJob instance.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)