This is the old Animancer v7.4 documentation. Click here for the latest version.

AnimancerNode.

GetEnumerator() Method

Summary

Gets an enumerator for all of this node's child states.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerNode

Syntax

public virtual FastEnumerator<AnimancerState> GetEnumerator()

Return Value

Type Description
FastEnumerator<AnimancerState>