Class Tuple<T1, T2, T3, T4, T5>
Namespace: UnityEditor.Experimental.EditorVR
Syntax
public class Tuple<T1, T2, T3, T4, T5>
Type Parameters
Name | Description |
---|---|
T1 | |
T2 | |
T3 | |
T4 | |
T5 |
Fields
fifthElement
Declaration
public T5 fifthElement
Field Value
Type | Description |
---|---|
T5 |
firstElement
Declaration
public T1 firstElement
Field Value
Type | Description |
---|---|
T1 |
fourthElement
Declaration
public T4 fourthElement
Field Value
Type | Description |
---|---|
T4 |
secondElement
Declaration
public T2 secondElement
Field Value
Type | Description |
---|---|
T2 |
thirdElement
Declaration
public T3 thirdElement
Field Value
Type | Description |
---|---|
T3 |