NamedAnimancerComponent.

GatherAnimationClips(ICollection<AnimationClip>) Method

Summary

[Animancer.IAnimationClipCollection] Gathers all the animations in the Animancer.AnimancerComponent.Playable.

In the Unity Editor this method also gathers animations from other components on parent and child objects.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
NamedAnimancerComponent

Syntax

public override void GatherAnimationClips(ICollection<AnimationClip> clips)

Parameters

Name Type Description
clips ICollection<AnimationClip>

Return Value

Type Description
void