Class EntityCommandBufferManagedComponentExtensions
Namespace: Unity.Entities
Syntax
public static class EntityCommandBufferManagedComponentExtensionsMethods
| Name | Description | 
|---|---|
| AddComponent<T>(EntityCommandBuffer, Entity) | Records a command to add a managed component for an entity. | 
| AddComponent<T>(EntityCommandBuffer, Entity, T) | Records a command to add and set a managed component for an entity. | 
| AddComponentForEntityQuery<T>(EntityCommandBuffer, EntityQuery, T) | Records a command to add a managed component and set its value for all entities matching a query. | 
| SetComponent<T>(EntityCommandBuffer, Entity, T) | Records a command to set a managed component for an entity. | 
| SetComponentForEntityQuery<T>(EntityCommandBuffer, EntityQuery, T) | Records a command to set a managed component value for all entities matching a query. |