Class AfterSimulationInterpolationSystem
Inheritance
System.Object
AfterSimulationInterpolationSystem
Namespace: Unity.NetCode
Syntax
[UpdateInGroup(typeof(ClientSimulationSystemGroup))]
[UpdateAfter(typeof(GhostSimulationSystemGroup))]
[UpdateAfter(typeof(TransformSystemGroup))]
public class AfterSimulationInterpolationSystem : JobComponentSystem
Methods
OnCreate()
Declaration
protected override void OnCreate()
OnUpdate(JobHandle)
Declaration
protected override JobHandle OnUpdate(JobHandle inputDeps)
Parameters
Type | Name | Description |
---|---|---|
JobHandle | inputDeps |
Returns
Type | Description |
---|---|
JobHandle |