FastEnumerator<T>.

MoveNext() Method

Summary

Moves to the next item in the Animancer.FastEnumerator`1.List and returns true if there is one.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
FastEnumerator<T>

Syntax

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public bool MoveNext()

Remarks

At the end of the Animancer.FastEnumerator`1.List the Animancer.FastEnumerator`1.Index is set to System.Int32.MinValue.

Attributes

Type Description
MethodImplAttribute

Return Value

Type Description
bool