Class PrepareGhostPhysicsPrediction
Inherited Members
Unity.Entities.SystemBase.UnmanagedUpdate$BurstManaged(System.IntPtr, Unity.Entities.SystemDependencySafetyUtility.SafetyErrorDetails)
Namespace: Unity.NetCode
Syntax
[UpdateInWorld(TargetWorld.Client)]
[UpdateInGroup(typeof(PredictedPhysicsSystemGroup), OrderFirst = true)]
public class PrepareGhostPhysicsPrediction : SystemBase
Methods
OnCreate()
Declaration
protected override void OnCreate()
Overrides
OnUpdate()
Declaration
protected override void OnUpdate()