Class SerializedBitArrayUrtilities
Inheritance
System.Object
SerializedBitArrayUrtilities
Syntax
public static class SerializedBitArrayUrtilities
Methods
GetBitArrayAt(SerializedProperty, UInt32)
Declaration
public static bool GetBitArrayAt(this SerializedProperty property, uint bitIndex)
Parameters
| Type |
Name |
Description |
| SerializedProperty |
property |
|
| System.UInt32 |
bitIndex |
|
Returns
| Type |
Description |
| System.Boolean |
|
GetBitArrayCapacity(SerializedProperty)
Declaration
public static uint GetBitArrayCapacity(this SerializedProperty property)
Parameters
| Type |
Name |
Description |
| SerializedProperty |
property |
|
Returns
| Type |
Description |
| System.UInt32 |
|
SetBitArrayAt(SerializedProperty, UInt32, Boolean)
Declaration
public static void SetBitArrayAt(this SerializedProperty property, uint bitIndex, bool value)
Parameters
| Type |
Name |
Description |
| SerializedProperty |
property |
|
| System.UInt32 |
bitIndex |
|
| System.Boolean |
value |
|