docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct FrameSettingsOverrideMask

    BitField that state which element is overridden.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.Rendering.HighDefinition
    Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
    Syntax
    [Serializable]
    public struct FrameSettingsOverrideMask

    Fields

    mask

    Gets the underlying BitArray HDRP uses to store the override mask and thus specific which field is overridden or not. Note: BitArray128 is implements IBitArray and therefore has the scripting API described below. It is recomended to use the interface as the exact BitArray con evolve from one version of the package to another as the we need more capacity here.

    Declaration
    [SerializeField]
    public BitArray128 mask
    Field Value
    Type Description
    BitArray128
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)