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