Struct CopyInputToCommandBufferSystem<TInputComponentData, TInputHelper>
For internal use only, system that that copy the content of an IInputComponentData into InputBufferData<T> buffer present on the entity.
Inherited Members
Namespace: Unity.NetCode
Syntax
[BurstCompile]
[UpdateInGroup(typeof(CopyInputToCommandBufferSystemGroup))]
[WorldSystemFilter(WorldSystemFilterFlags.ClientSimulation | WorldSystemFilterFlags.ThinClientSimulation, WorldSystemFilterFlags.Default)]
public struct CopyInputToCommandBufferSystem<TInputComponentData, TInputHelper> : ISystem where TInputComponentData : struct, IInputComponentData where TInputHelper : struct, IInputEventHelper<TInputComponentData>
Type Parameters
| Name | Description |
|---|---|
| TInputComponentData | |
| TInputHelper |