Struct FrameSettingsOverrideMask
BitField that state which element is overridden.
상속된 멤버
네임스페이스: UnityEngine.Rendering.HighDefinition
어셈블리: solution.dll
구문
[Serializable]
public struct FrameSettingsOverrideMask
필드
이름 | 설명 |
---|---|
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. |