Example #1
0
 /// <summary>
 /// Make the collider trigger and start opening animation
 /// </summary>
 private void Unlock()
 {
     m_Collider.isTrigger = true;
     doorView.OpeningAnimation();
 }