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