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