Tanoda
Leap.Unity.IndexableEnumerator< Element > Struct Template Reference

Public Member Functions

 IndexableEnumerator (IIndexable< Element > indexable)
 
IndexableEnumerator< Element > GetEnumerator ()
 
bool MoveNext ()
 
void Reset ()
 

Public Attributes

IIndexable< Element > indexable
 
int index
 

Properties

Element Current [get]
 

Detailed Description

Definition at line 42 of file IIndexable.cs.

Constructor & Destructor Documentation

◆ IndexableEnumerator()

Leap.Unity.IndexableEnumerator< Element >.IndexableEnumerator ( IIndexable< Element >  indexable)

Definition at line 46 of file IIndexable.cs.

Member Function Documentation

◆ GetEnumerator()

IndexableEnumerator< Element > Leap.Unity.IndexableEnumerator< Element >.GetEnumerator ( )

Definition at line 51 of file IIndexable.cs.

◆ MoveNext()

bool Leap.Unity.IndexableEnumerator< Element >.MoveNext ( )

Definition at line 55 of file IIndexable.cs.

◆ Reset()

void Leap.Unity.IndexableEnumerator< Element >.Reset ( )

Definition at line 60 of file IIndexable.cs.

Member Data Documentation

◆ index

int Leap.Unity.IndexableEnumerator< Element >.index

Definition at line 44 of file IIndexable.cs.

◆ indexable

IIndexable<Element> Leap.Unity.IndexableEnumerator< Element >.indexable

Definition at line 43 of file IIndexable.cs.

Property Documentation

◆ Current

Element Leap.Unity.IndexableEnumerator< Element >.Current
get

Definition at line 64 of file IIndexable.cs.


The documentation for this struct was generated from the following file: