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