UnityEditor.AnimatorInspector.Styles.Styles C# (CSharp) Method

Styles() public method

public Styles ( ) : System
return System
            public Styles()
            {
                this.applyRootMotion.tooltip = "Automatically move the object using the root motion from the animations";
                this.updateMode.tooltip = "Controls when and how often the Animator is updated";
                this.cullingMode.tooltip = "Controls what is updated when the object has been culled";
            }
        }
AnimatorInspector.Styles