Class PostLoadCommandBuffer
Namespace: Unity.Entities
Syntax
public class PostLoadCommandBuffer : IComponentData, IDisposable, ICloneable
Constructors
PostLoadCommandBuffer()
Declaration
public PostLoadCommandBuffer()
Fields
CommandBuffer
Declaration
public EntityCommandBuffer CommandBuffer
Field Value
| Type | Description |
|---|---|
| EntityCommandBuffer |
Methods
Clone()
Declaration
public object Clone()
Returns
| Type | Description |
|---|---|
| Object |
Dispose()
Declaration
public void Dispose()