void UpdateIsCarryingObject()
 {
     Animator.SetBool("IsHolding", m_Model.IsCarryingObject());
 }
Example #2
0
 void UpdateIsCarryingObject()
 {
     Animator.SetBool("IsCarrying", m_InteractionModel.IsCarryingObject());
 }