Class LODComponentList
Inheritance
LODComponentList
Syntax
[Serializable]
public class LODComponentList
Constructors
LODComponentList()
Declaration
public LODComponentList()
LODComponentList(int)
Declaration
public LODComponentList(int size)
Parameters
Type |
Name |
Description |
int |
size |
|
LODComponentList(uint[])
Declaration
public LODComponentList(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[](LODComponentList)
Declaration
public static implicit operator uint[](LODComponentList o)
Parameters
Returns