BoolList
Class
Read time 1 minuteLast updated 21 hours ago
Inheritance
Inherited Members
Namespace: UnityEngine.Pixyz.Core
[Serializable]public class BoolList
Constructors
BoolList()
BoolList(bool[])
public BoolList(bool[] tab)
Parameters
BoolList(int)
public BoolList(int size)
Parameters
Type | Name | Description |
|---|
| int | size | |
Fields
length
public int length { get; }
Returns
this[int]
public bool this[int index] { get; set; }
Returns
list
Returns
Operators
implicit operator bool[](BoolList)
public static implicit operator bool[](BoolList o)
Parameters
Returns