UnityEditor.PreviewBlendTree.TestForReset C# (CSharp) Méthode

TestForReset() public méthode

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