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