Interface IBitArray | High Definition RP | 6.7.1-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Interface IBitArray

    Namespace: UnityEngine.Experimental.Rendering
    Syntax
    public interface IBitArray

    Properties

    allFalse

    Declaration
    bool allFalse { get; }
    Property Value
    Type Description
    Boolean

    allTrue

    Declaration
    bool allTrue { get; }
    Property Value
    Type Description
    Boolean

    capacity

    Declaration
    uint capacity { get; }
    Property Value
    Type Description
    UInt32

    humanizedData

    Declaration
    string humanizedData { get; }
    Property Value
    Type Description
    String

    Item[UInt32]

    Declaration
    bool this[uint index] { get; set; }
    Parameters
    Type Name Description
    UInt32 index
    Property Value
    Type Description
    Boolean

    Methods

    BitAnd(IBitArray)

    Declaration
    IBitArray BitAnd(IBitArray other)
    Parameters
    Type Name Description
    IBitArray other
    Returns
    Type Description
    IBitArray

    BitNot()

    Declaration
    IBitArray BitNot()
    Returns
    Type Description
    IBitArray

    BitOr(IBitArray)

    Declaration
    IBitArray BitOr(IBitArray other)
    Parameters
    Type Name Description
    IBitArray other
    Returns
    Type Description
    IBitArray
    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