SoloAnimation.

Reset() Method

Summary

[Editor-Only] Tries to find an UnityEngine.Animator component on this UnityEngine.GameObject or its children or parents (in that order).
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
SoloAnimation

Syntax

protected virtual void Reset()

Remarks

Called by the Unity Editor when this component is first added (in Edit Mode) and whenever the Reset command is executed from its context menu.

Return Value

Type Description
void