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