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