Method CreateCommandBuffer
CreateCommandBuffer(WorldUnmanaged)
Create a command buffer for the parent system to play back.
Declaration
public EntityCommandBuffer CreateCommandBuffer(WorldUnmanaged world)
Parameters
| Type | Name | Description | 
|---|---|---|
| WorldUnmanaged | world | The world in which to play it back.  | 
    
Returns
| Type | Description | 
|---|---|
| EntityCommandBuffer | The command buffer to record to.  | 
    
Remarks
The command buffers created by this method are automatically added to the system's list of pending buffers.