docs.unity.cn
    Show / Hide Table of Contents

    Property Item

    Item[Int32]

    Access the bit at bit-memory-address (first bit) + index

    Declaration
    public bool this[int index] { get; set; }
    Parameters
    Type Name Description
    Int32 index

    Index of the bit to access

    Property Value
    Type Description
    Boolean

    true if bit is set

    Exceptions
    Type Condition
    InvalidOperationException

    Thrown if the EnabledMask is missing a pointer to the ChunkDisabledCount

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, August 10, 2023