Class GhostPredictionSystemGroup
Inheritance
GhostPredictionSystemGroup
Inherited Members
Unity.Entities.ComponentSystemGroup.UpdateCallback
Unity.Entities.ComponentSystemGroup.OnCreateForCompiler()
Syntax
public class GhostPredictionSystemGroup : ComponentSystemGroup
Fields
IsFinalPredictionTick
Declaration
public bool IsFinalPredictionTick
Field Value
OldestPredictedTick
Declaration
public NativeArray<uint> OldestPredictedTick
Field Value
PredictingTick
Declaration
public uint PredictingTick
Field Value
Methods
AddPredictedTickWriter(JobHandle)
Declaration
public void AddPredictedTickWriter(JobHandle handle)
Parameters
OnCreate()
Declaration
protected override void OnCreate()
Overrides
OnDestroy()
Declaration
protected override void OnDestroy()
Overrides
OnUpdate()
Declaration
protected override void OnUpdate()
Overrides
ShouldPredict(UInt32, PredictedGhostComponent)
Declaration
public static bool ShouldPredict(uint tick, PredictedGhostComponent predicted)
Parameters
Returns