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