LoopAnimationTool.

Modify(AnimationClip) Method

Summary

Override this to apply the desired modifications to the `animation` before it is saved.
Assembly
Animancer.dll
Namespace
Animancer.Editor.Tools
Containing Type
LoopAnimationTool

Syntax

protected override void Modify(AnimationClip animation)

Parameters

Name Type Description
animation AnimationClip

Return Value

Type Description
void