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