CurveList
Class
Read time 1 minuteLast updated 8 months ago
Inheritance
- object
- CurveList
Inherited Members
Namespace: UnityEngine.Pixyz.CAD
[Serializable]public class CurveList
Constructors
CurveList()
public CurveList()
CurveList(uint[])
public CurveList(uint[] tab)
Parameters
Type | Name | Description |
|---|---|---|
| uint[] | tab |
CurveList(int)
public CurveList(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[](CurveList)
public static implicit operator uint[](CurveList o)
Parameters
Type | Name | Description |
|---|---|---|
| CurveList | o |
Returns
Type | Description |
|---|---|
| uint[] |