Interface IBitArray | High Definition RP | 6.5.3-preview
docs.unity.cn
    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 © 2020 Unity Technologies
    Generated by DocFX