Class SerializedBitArray8
SerializedBitArray spetialized for 8bit capacity
Implements
Inherited Members
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
public sealed class SerializedBitArray8 : SerializedBitArray, ISerializedBitArray
Constructors
| Name | Description |
|---|---|
| SerializedBitArray8(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 |