docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetEnabledMask

    GetEnabledMask<T>(ref ComponentTypeHandle<T>)

    Provides a ComponentEnabledMask to the component enabled bits in this chunk.

    Declaration
    public readonly EnabledMask GetEnabledMask<T>(ref ComponentTypeHandle<T> typeHandle) where T : unmanaged, IComponentData, IEnableableComponent
    Parameters
    Type Name Description
    ComponentTypeHandle<T> typeHandle

    Type handle for the component type T.

    Returns
    Type Description
    EnabledMask

    An EnabledMask instance for component T in this chunk.

    Type Parameters
    Name Description
    T

    The component type

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)