Class EndFramePhysicsSystem
Inheritance
System.Object
EndFramePhysicsSystem
Syntax
public class EndFramePhysicsSystem : JobComponentSystem
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(JobHandle)
Declaration
protected override JobHandle OnUpdate(JobHandle jobs)
Parameters
Type |
Name |
Description |
JobHandle |
jobs |
|
Returns
Type |
Description |
JobHandle |
|