Interface ISerializedBitArray
interface to handle generic SerializedBitArray
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
public interface ISerializedBitArray
Properties
Name | Description |
---|---|
capacity | Capacity of the bitarray |
Methods
Name | Description |
---|---|
GetBitAt(uint) | Get the bit at given index |
HasBitMultipleDifferentValue(uint) | Does the bit at given index have multiple different values? |
SetBitAt(uint, bool) | Set the bit at given index |