Class BeforeSimulationInterpolationSystem
Inheritance
System.Object
BeforeSimulationInterpolationSystem
Syntax
[UpdateInGroup(typeof(ClientSimulationSystemGroup))]
[UpdateBefore(typeof(GhostSimulationSystemGroup))]
[UpdateBefore(typeof(TransformSystemGroup))]
public class BeforeSimulationInterpolationSystem : JobComponentSystem
Fields
simEndComponentVersion
Declaration
public uint simEndComponentVersion
Field Value
Type |
Description |
System.UInt32 |
|
simStartComponentVersion
Declaration
public uint simStartComponentVersion
Field Value
Type |
Description |
System.UInt32 |
|
Methods
OnCreate()
Declaration
protected override void OnCreate()
OnUpdate(JobHandle)
Declaration
protected override JobHandle OnUpdate(JobHandle inputDeps)
Parameters
Returns