ColorAlphaList
Class
阅读时间1 分钟最后更新于 8 个月前
Inheritance
- object
- ColorAlphaList
Inherited Members
Namespace: UnityEngine.Pixyz.Core
[Serializable]public class ColorAlphaList
Constructors
ColorAlphaList(ColorAlpha[])
public ColorAlphaList(ColorAlpha[] tab)
Parameters
Type | Name | Description |
|---|---|---|
| ColorAlpha[] | tab |
ColorAlphaList(int)
public ColorAlphaList(int size)
Parameters
Type | Name | Description |
|---|---|---|
| int | size |
Fields
length
public int length { get; }
Returns
Type | Description |
|---|---|
| int |
this[int]
public ColorAlpha this[int index] { get; set; }
Returns
Type | Description |
|---|---|
| ColorAlpha |
list
public ColorAlpha[] list
Returns
Type | Description |
|---|---|
| ColorAlpha[] |
Operators
implicit operator ColorAlpha[](ColorAlphaList)
public static implicit operator ColorAlpha[](ColorAlphaList o)
Parameters
Type | Name | Description |
|---|---|---|
| ColorAlphaList | o |
Returns
Type | Description |
|---|---|
| ColorAlpha[] |