docs.unity.cn
    Show / Hide Table of Contents

    Method AddTransformUsageFlags

    AddTransformUsageFlags(TransformUsageFlags)

    Adds the TransformUsageFlags to the Flags of the Entity

    Declaration
    public void AddTransformUsageFlags(TransformUsageFlags flags)
    Parameters
    Type Name Description
    TransformUsageFlags flags

    The Flags to add

    AddTransformUsageFlags(Entity, TransformUsageFlags)

    Adds the TransformUsageFlags to the Flags of the Entity

    Declaration
    public void AddTransformUsageFlags(Entity entity, TransformUsageFlags flags)
    Parameters
    Type Name Description
    Entity entity

    The Entity to add the Flags to

    TransformUsageFlags flags

    The Flags to add

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023