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