Struct ApplyCurrentInputBufferElementToInputDataSystem<TInputComponentData, TInputHelper>
For internal use only, system that copies commands from the InputBufferData<T> buffer to the IInputComponentData component present on the entity.
Inherited Members
Namespace: Unity.NetCode
Syntax
[BurstCompile]
[UpdateInGroup(typeof(CopyCommandBufferToInputSystemGroup), OrderFirst = true)]
[UpdateBefore(typeof(PredictedFixedStepSimulationSystemGroup))]
public struct ApplyCurrentInputBufferElementToInputDataSystem<TInputComponentData, TInputHelper> : ISystem where TInputComponentData : struct, IInputComponentData where TInputHelper : struct, IInputEventHelper<TInputComponentData>
Type Parameters
| Name | Description |
|---|---|
| TInputComponentData | |
| TInputHelper |