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
Assembly: Unity.NetCode.dll
Syntax
[BurstCompile]
[UpdateInGroup(typeof(CopyCommandBufferToInputSystemGroup), OrderFirst = true)]
[UpdateBefore(typeof(PredictedFixedStepSimulationSystemGroup))]
public struct ApplyCurrentInputBufferElementToInputDataSystem<TInputComponentData, TInputHelper> : ISystem, ISystemCompilerGenerated where TInputComponentData : unmanaged, IInputComponentData where TInputHelper : unmanaged, IInputEventHelper<TInputComponentData>
Type Parameters
| Name | Description |
|---|---|
| TInputComponentData | |
| TInputHelper |
Implements
Unity.Entities.ISystemCompilerGenerated