Tanoda
|
Go to the source code of this file.
Classes | |
interface | Leap.Unity.IIndexableStruct< T, ThisIndexableType > |
This is a definition-friendly interface that new "indexable" struct definitions can implement to make it a little easier to implement foreach and Query() operations for their struct. (You can use the IndexableStructEnumerator for this purpose, you just have to pass it type arguments that correspond to your struct type.) More... | |
class | Leap.Unity.BoxedIndexableStruct< Element, IndexableStruct > |
Explicit boxing class for IIndexableStructs that implements IIndexable. More... | |
class | Leap.Unity.BoxedIndexableStructExtensions |
struct | Leap.Unity.IndexableStructEnumerator< Element, IndexableStruct > |
A two-generic-argument variant of an enumerator that allows an IIndexableStruct to quickly define an Enumerator that avoids allocation. More... | |
Namespaces | |
namespace | Leap |
namespace | Leap.Unity |