Summary
If true, disabling this object will stop and rewind the animation. Otherwise it will simply be paused
and will resume from its current state when it is re-enabled.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- SoloAnimation
Syntax
public bool StopOnDisable { get; set; }
Remarks
The default value is true.
This property wraps
UnityEngine.Animator.keepAnimatorControllerStateOnDisable
and inverts its value.
The value is serialized by the UnityEngine.Animator
.
Value
Type | Description |
---|---|
bool |