AnimationModifierTool.

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
AnimationModifierTool

Syntax

protected virtual void Modify(AnimationClip animation)

Parameters

Name Type Description
animation AnimationClip

Return Value

Type Description
void