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