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