Class LODList
Syntax
[Serializable]
public class LODList
Constructors
LODList()
Declaration
LODList(int)
Declaration
Parameters
Type |
Name |
Description |
int |
size |
|
LODList(uint[])
Declaration
public LODList(uint[] tab)
Parameters
Type |
Name |
Description |
uint[] |
tab |
|
Fields
list
Declaration
Field Value
Properties
this[int]
Declaration
public uint this[int index] { get; set; }
Parameters
Type |
Name |
Description |
int |
index |
|
Property Value
length
Declaration
public int length { get; }
Property Value
Operators
implicit operator uint[](LODList)
Declaration
public static implicit operator uint[](LODList o)
Parameters
Returns