Class GhostAnimationControllerPredictionSystem
A system which calls PreparePredictedData for all registered ghost animation controllers and also trigger graph evaluation if enabled.
Inherited Members
Namespace: Unity.NetCode.Hybrid
Assembly: Unity.NetCode.Hybrid.dll
Syntax
[UpdateInGroup(typeof(PredictedSimulationSystemGroup))]
public class GhostAnimationControllerPredictionSystem : SystemBase
Methods
OnCreateForCompiler()
Declaration
protected override void OnCreateForCompiler()
Overrides
Unity.Entities.ComponentSystemBase.OnCreateForCompiler()