AnimancerPlayable.StateDictionary.

AnimancerPlayable.

GatherAnimationClips(ICollection<AnimationClip>) Method

Summary

[Animancer.IAnimationClipCollection] Adds all the animations of states with a Animancer.AnimancerState.Key to the `clips`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerPlayable.StateDictionary

Syntax

public void GatherAnimationClips(ICollection<AnimationClip> clips)

Parameters

Name Type Description
clips ICollection<AnimationClip>

Return Value

Type Description
void