ClipTransitionSequence.

GatherAnimationClips(ICollection<AnimationClip>) Method

Summary

Adds the Animancer.ClipTransition.Clip of everything in this sequence to the collection.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ClipTransitionSequence

Syntax

public override void GatherAnimationClips(ICollection<AnimationClip> clips)

Parameters

Name Type Description
clips ICollection<AnimationClip>

Return Value

Type Description
void