Skip to main content

CCRawList<T>.Enumerator

CCRawList.Enumerator

Cocos2D

Enumerator for the RawList.

Type: Struct

Constructors

Enumerator(CCRawList<T>)

Constructs a new enumerator.

Propertys

Current(T)

Methods

Dispose()

Dispose()()
Example

MoveNext()

System.Boolean MoveNext()()
Returns:
System.Boolean
Example

Reset()

Reset()()
Example