Struct EntityCommandBuffer.ParallelWriter
Allows concurrent (deterministic) command buffer recording.
Namespace: Unity.Entities
Assembly: Unity.Entities.dll
Syntax
[NativeContainer]
[NativeContainerIsAtomicWriteOnly]
public struct EntityCommandBuffer.ParallelWriter
Methods
Name | Description |
---|---|
Add |
Records a command to add a dynamic buffer to an entity. |
Add |
Records a command to add a component to a NativeArray of entities. |
Add |
Records a command to add one or more components to a NativeArray of entities. |
Add |
Records a command to add a component to an entity. |
Add |
Records a command to add one or more components to an entity. |
Add |
Records a command that adds a component to an entity's Linked |
Add |
Records a command that adds a component to an entity's Linked |
Add |
Records a command to add component of type T to a NativeArray of entities. |
Add |
Records a command to add component of type T to a NativeArray of entities. |
Add |
Records a command to add component of type T to an entity. |
Add |
Records a command to add component of type T to an entity. |
Add |
Records a command to add a possibly-managed shared component value on a NativeArray of entities. |
Add |
Records a command to add a shared component value on an entity. |
Add |
Records a command to add an unmanaged shared component value on a NativeArray of entities. |
Add |
Records a command to add an unmanaged shared component value on an entity. |
Append |
Records a command to append a single element to the end of a dynamic buffer component. |
Create |
Records a command to create an entity with no components. |
Create |
Records a command to create an entity with specified archetype. |
Destroy |
Records a command to destroy a NativeArray of entities. |
Destroy |
Records a command to destroy an entity. |
Instantiate(int, Entity) | Records a command to create an entity with specified entity prefab. |
Instantiate(int, Entity, Native |
Records a command to create a NativeArray of entities with specified entity prefab. |
Remove |
Records a command to remove one or more components from a NativeArray of entities. |
Remove |
Records a command to remove one or more components from a NativeArray of entities. |
Remove |
Records a command to remove a component from an entity. |
Remove |
Records a command to remove one or more components from an entity. |
Remove |
Records a command to remove component of type T from a NativeArray of entities. |
Remove |
Records a command to remove component of type T from an entity. |
Replace |
Records a command that replaces a component value for an entity's Linked |
Set |
Records a command to set a dynamic buffer on an entity. |
Set |
Records a command to enable or disable a Component |
Set |
Records a command to enable or disable a Component |
Set |
Records a command that sets a component for an entity's Linked |
Set |
Records a command to set a component value on an entity. |
Set |
Records a command to add or remove the Disabled component. By default EntityQuery does not include entities containing the Disabled component. Enabled entities are processed by systems, disabled entities are not. If the entity was converted from a prefab and thus has a Linked |
Set |
Records a command to set a name of an entity if Debug Names is enabled. |
Set |
Records a command to set a shared component value on a NativeArray of entities. |
Set |
Records a command to set a shared component value on an entity. |
Set |
Records a command to set a shared component value on a NativeArray of entities. |
Set |
Records a command to set an unmanaged shared component value on an entity. |