Class EntityCommandBufferManagedComponentExtensions
Provides additional methods for using managed components with an EntityCommandBuffer.
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
public static class EntityCommandBufferManagedComponentExtensions
Methods
Name | Description |
---|---|
Add |
Obsolete. Use Add |
Add |
Records a command to add a managed component for an entity. |
Add |
Records a command to add and set a managed component for an entity. |
Add |
Records a command to add a managed component and set its value for all entities matching a query. |
Set |
Records a command to enable or disable a Component |
Set |
Obsolete. Use Set |
Set |
Records a command to set a managed component for an entity. |
Set |
Records a command to set a managed component value for all entities matching a query. |