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