AnimancerComponent.

GatherAnimationClips(ICollection<AnimationClip>) Method

Summary

[Animancer.IAnimationClipCollection] Gathers all the animations in the Animancer.AnimancerComponent.Transitions and Animancer.AnimancerComponent.Graph.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerComponent

Syntax

public virtual void GatherAnimationClips(ICollection<AnimationClip> clips)

Remarks

In the Unity Editor this method also gathers animations from other components on parent and child objects.

Parameters

Name Type Description
clips ICollection<AnimationClip>

Return Value

Type Description
void