Class EndFramePhysicsSystem
Inheritance
System.Object
EndFramePhysicsSystem
Namespace: Unity.Physics.Systems
Syntax
public class EndFramePhysicsSystem : ComponentSystem
Fields
HandlesToWaitFor
Declaration
public NativeList<JobHandle> HandlesToWaitFor
Field Value
Type | Description |
---|---|
NativeList<JobHandle> |
Methods
OnCreate()
Declaration
protected override void OnCreate()
OnDestroyManager()
Declaration
protected override void OnDestroyManager()
OnUpdate()
Declaration
protected override void OnUpdate()