docs.unity.cn
    Show / Hide Table of Contents

    Class EntityCommandBufferManagedComponentExtensions

    Inheritance
    Object
    EntityCommandBufferManagedComponentExtensions
    Namespace: Unity.Entities
    Syntax
    public static class EntityCommandBufferManagedComponentExtensions

    Methods

    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.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, July 6, 2022
    Terms of use