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