Class PostLoadCommandBuffer
Component that contains an Entity
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
public class PostLoadCommandBuffer : IComponentData, IQueryTypeParameter
Remarks
This component includes a reference counter. When the reference counter is equal to 0,
the Command
Constructors
Name | Description |
---|---|
Post |
Initializes and returns an instance of PostLoadCommandBuffer. |
Fields
Name | Description |
---|---|
Command |
Represents an Entity |
Methods
Name | Description |
---|---|
Clone() | Increments the reference counter and returns a reference to the component. |
Dispose() | Decrements the reference counter. When the reference counter reaches 0, the Command |