Class PredictionTestPredictionSystem
Inherited Members
Unity.Entities.SystemBase.UnmanagedUpdate$BurstManaged(System.IntPtr, Unity.Entities.SystemDependencySafetyUtility.SafetyErrorDetails)
Namespace: Unity.NetCode.Tests
Syntax
[UpdateInGroup(typeof(GhostPredictionSystemGroup))]
[DisableAutoCreation]
public class PredictionTestPredictionSystem : SystemBase
Fields
s_IsEnabled
Declaration
public static bool s_IsEnabled
Field Value
Type | Description |
---|---|
Boolean |
Methods
OnCreate()
Declaration
protected override void OnCreate()
Overrides
OnUpdate()
Declaration
protected override void OnUpdate()