GPUSceneList
Class
Read time 1 minuteLast updated 8 months ago
Inheritance
- object
- GPUSceneList
Inherited Members
Namespace: UnityEngine.Pixyz.View
[Serializable]public class GPUSceneList
Constructors
GPUSceneList()
public 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
Type | Description |
|---|---|
| int |
this[int]
public int this[int index] { get; set; }
Returns
Type | Description |
|---|---|
| int |
list
public int[] list
Returns
Type | Description |
|---|---|
| int[] |
Operators
implicit operator int[](GPUSceneList)
public static implicit operator int[](GPUSceneList o)
Parameters
Type | Name | Description |
|---|---|---|
| GPUSceneList | o |
Returns
Type | Description |
|---|---|
| int[] |