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