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