Class SerializedBitArrayUrtilities | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class SerializedBitArrayUrtilities

    Inheritance
    System.Object
    SerializedBitArrayUrtilities
    Namespace: UnityEditor.Rendering
    Syntax
    public static class SerializedBitArrayUrtilities

    Methods

    GetBitArrayAt(SerializedProperty, UInt32)

    Declaration
    public static bool GetBitArrayAt(this SerializedProperty property, uint bitIndex)
    Parameters
    Type Name Description
    SerializedProperty property
    System.UInt32 bitIndex
    Returns
    Type Description
    System.Boolean

    GetBitArrayCapacity(SerializedProperty)

    Declaration
    public static uint GetBitArrayCapacity(this SerializedProperty property)
    Parameters
    Type Name Description
    SerializedProperty property
    Returns
    Type Description
    System.UInt32

    SetBitArrayAt(SerializedProperty, UInt32, Boolean)

    Declaration
    public static void SetBitArrayAt(this SerializedProperty property, uint bitIndex, bool value)
    Parameters
    Type Name Description
    SerializedProperty property
    System.UInt32 bitIndex
    System.Boolean value
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023