OrientationList
Class
Read time 1 minuteLast updated 18 hours ago
Inheritance
Inherited Members
Namespace: UnityEngine.Pixyz.Geom
[Serializable]public class OrientationList
Constructors
OrientationList()
OrientationList(bool[])
public OrientationList(bool[] tab)
Parameters
OrientationList(int)
public OrientationList(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[](OrientationList)
public static implicit operator bool[](OrientationList o)
Parameters
Returns