Class EndFramePhysicsSystem
Inheritance
EndFramePhysicsSystem
Syntax
public class EndFramePhysicsSystem : SystemBase
Fields
HandlesToWaitFor
Declaration
public NativeList<JobHandle> HandlesToWaitFor
Field Value
Type |
Description |
Unity.Collections.NativeList<JobHandle> |
|
Properties
FinalJobHandle
Declaration
public JobHandle FinalJobHandle { get; }
Property Value
Methods
OnCreate()
Declaration
protected override void OnCreate()
OnDestroy()
Declaration
protected override void OnDestroy()
OnUpdate()
Declaration
protected override void OnUpdate()