Tanoda
|
Public Member Functions | |
Pair (U a, U b) | |
Public Attributes | |
U | a |
The first element in the pair. More... | |
U | b |
The second element in the pair. More... | |
Properties | |
U | this[int idx] [get, set] |
Definition at line 304 of file EventPlayableMixerBehaviour.cs.
Leap.Unity.Recording.EventPlayableMixerBehaviour.Pair< U >.Pair | ( | U | a, |
U | b | ||
) |
Definition at line 332 of file EventPlayableMixerBehaviour.cs.
The first element in the pair.
Definition at line 308 of file EventPlayableMixerBehaviour.cs.
The second element in the pair.
Definition at line 313 of file EventPlayableMixerBehaviour.cs.
|
getset |
Definition at line 315 of file EventPlayableMixerBehaviour.cs.