docs.unity.cn
    Show / Hide Table of Contents

    Constructor SafeBitRef

    SafeBitRef(UInt64*, Int32)

    Build a safe pointer to a bit at address ptr + offsetInBits.

    Declaration
    public SafeBitRef(ulong *ptr, int offsetInBits)
    Parameters
    Type Name Description
    UInt64* ptr

    Base memory address to the bit. In bytes.

    Int32 offsetInBits

    Offset in bits from the base memory address. in bits

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