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