AnimancerComponent.

InitialUpdateMode Property

Summary

[Editor-Only] The Animancer.IAnimancerComponent.UpdateMode that was first used when this script initialized.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerComponent

Syntax

public Nullable<AnimatorUpdateMode> InitialUpdateMode { get; private set; }

Remarks

This is used to give a warning when changing to or from UnityEngine.AnimatorUpdateMode.AnimatePhysics at runtime since it won't work correctly.

Value

Type Description
Nullable<AnimatorUpdateMode>