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