Tanoda
|
Public Attributes | |
T | value |
The current element of the sequence More... | |
T | prev |
If hasPrev is true, the element that came before value More... | |
bool | hasPrev |
Does the prev field represent a previous value? If false, prev will take the default value of T. More... | |
Definition at line 613 of file QueryOperatorExtensions.cs.
bool Leap.Unity.Query.QueryOperatorExtensions.PrevPair< T >.hasPrev |
Does the prev field represent a previous value? If false, prev will take the default value of T.
Definition at line 628 of file QueryOperatorExtensions.cs.
If hasPrev is true, the element that came before value
Definition at line 622 of file QueryOperatorExtensions.cs.
T Leap.Unity.Query.QueryOperatorExtensions.PrevPair< T >.value |
The current element of the sequence
Definition at line 617 of file QueryOperatorExtensions.cs.