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