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