Struct CopyInputToCommandBuffer<TInputBufferData, TInputComponentData>
For internal use only, helper struct that should be used to implement systems that copy the content of an
IInput
Inherited Members
Namespace: Unity.NetCode
Assembly: solution.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 | |
TInputComponentData |
Methods
Name | Description |
---|---|
Create(ref System |
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 Network |
Init |
Initialize the CopyInputToCommandBuffer by updating all the component type handles and create a
a new Copy |