AnimancerState.

GatherAnimationClips(ICollection<AnimationClip>) Method

Summary

[Animancer.IAnimationClipCollection] Gathers all the animations in this state.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerState

Syntax

public virtual void GatherAnimationClips(ICollection<AnimationClip> clips)

Parameters

Name Type Description
clips ICollection<AnimationClip>

Return Value

Type Description
void