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

AnimancerStateDictionary.

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
AnimancerStateDictionary

Syntax

public void GatherAnimationClips(ICollection<AnimationClip> clips)

Parameters

Name Type Description
clips ICollection<AnimationClip>

Return Value

Type Description
void