Click or drag to resize
ActiveSpriteEnumeratorMoveNext Method
Move to the next active sprite in the collection.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public bool MoveNext()

Return Value

Type: Boolean
True if another active sprite exists, or false if there are no more.

Implements

IEnumeratorMoveNext
See Also