Class SerializedBitArray128
SerializedBitArray spetialized for 128bit capacity
Implements
Inherited Members
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
public sealed class SerializedBitArray128 : SerializedBitArray, ISerializedBitArray
Constructors
Name | Description |
---|---|
SerializedBitArray128(SerializedProperty) | Constructor |
Methods
Name | Description |
---|---|
GetBitAt_Internal(uint) | Get the value at index |
HasBitMultipleDifferentValue_Internal(uint) | Say if the properties have differente values |
SetBitAt_Internal(uint, bool) | Set the bit at given index |