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