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