AnimationGatherer.

GatherAnimationClips(ICollection<AnimationClip>) Method

Summary

Adds all the animations associated with this object to the `clips`.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
AnimationGatherer

Syntax

public void GatherAnimationClips(ICollection<AnimationClip> clips)

Parameters

Name Type Description
clips ICollection<AnimationClip>

Return Value

Type Description
void