AnimancerComponent.

UpdateMode Property

Summary

Determines when animations are updated and which time source is used. This property is mainly a wrapper around the UnityEngine.Animator.updateMode.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerComponent

Syntax

public AnimatorUpdateMode UpdateMode { get; set; }

Remarks

Note that changing to or from UnityEngine.AnimatorUpdateMode.AnimatePhysics at runtime has no effect.

Value

Type Description
AnimatorUpdateMode