SoloAnimation.

StopOnDisable Property

Summary

Should disabling this object stop and rewind the animation? Otherwise, it will simply be paused and will resume from its current state when re-enabled.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
SoloAnimation

Syntax

public bool StopOnDisable { get; set; }

Remarks

The default value is true.

This property inverts UnityEngine.Animator.keepAnimatorStateOnDisable and is serialized by the UnityEngine.Animator.

Value

Type Description
bool