Class EndFixedStepSimulationEntityCommandBufferSystem
The EntityCommandBufferSystem at the end of the FixedStepSimulationSystemGroup.
Inheritance
EndFixedStepSimulationEntityCommandBufferSystem
  Inherited Members
Namespace: Unity.Entities
Assembly: Unity.Entities.dll
Syntax
[WorldSystemFilter(WorldSystemFilterFlags.Default|WorldSystemFilterFlags.Editor|WorldSystemFilterFlags.ThinClientSimulation, WorldSystemFilterFlags.Default)]
[UpdateInGroup(typeof(FixedStepSimulationSystemGroup), OrderLast = true)]
public class EndFixedStepSimulationEntityCommandBufferSystem : EntityCommandBufferSystemMethods
| Name | Description | 
|---|---|
| OnCreate() | Initializes this command buffer system. |