UnityEditor.PreviewBlendTree.TestForReset C# (CSharp) Method

TestForReset() public method

public TestForReset ( ) : void
return void
        public void TestForReset()
        {
            if (((this.m_State != null) && (this.m_AvatarPreview != null)) && (this.m_State.iKOnFeet != this.m_AvatarPreview.IKOnFeet))
            {
                this.ResetStateMachine();
            }
        }