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