$begingroup$

I got here throughout this line of code under.
What the boolean “isMatchingTarget” is used for?

 non-public void OnAnimatorMove()
 {
   if(_animator.isMatchingTarget)
       _animator.ApplyBuiltinRootMotion();
 }

$endgroup$

1


You should
log in to reply this query.