Class DynamicBufferSerializationTests.TestSpawnClassificationSystem
Inheritance
DynamicBufferSerializationTests.TestSpawnClassificationSystem
Inherited Members
Unity.Entities.SystemBase.UnmanagedUpdate$BurstManaged(System.IntPtr, Unity.Entities.SystemDependencySafetyUtility.SafetyErrorDetails)
Namespace: Unity.NetCode.Tests
Syntax
[UpdateInGroup(typeof(ClientSimulationSystemGroup))]
[UpdateAfter(typeof(GhostSpawnClassificationSystem))]
[DisableAutoCreation]
public class TestSpawnClassificationSystem : SystemBase
Fields
m_PredictedEntities
Declaration
public NativeList<Entity> m_PredictedEntities
Field Value
Type | Description |
---|---|
NativeList<Entity> |
Methods
OnCreate()
Declaration
protected override void OnCreate()
Overrides
OnDestroy()
Declaration
protected override void OnDestroy()
Overrides
OnUpdate()
Declaration
protected override void OnUpdate()