Field m_PendingBuffers
List of command buffers that this system has allocated, which are played back and disposed of when the system updates.
Namespace: Unity.Entities
Syntax
protected UnsafeList<EntityCommandBuffer>*m_PendingBuffers
Returns
| Type | Description |
|---|---|
| UnsafeList<EntityCommandBuffer>* |