예제 #1
0
 void Start()
 {
     _character = GetComponentInParent <CharacterFootSteps>();
     if (gameObject.tag == "FootL")
     {
         _isLeftFoot = true;
     }
 }
예제 #2
0
	void Start ()
	{
        _character = GetComponentInParent<CharacterFootSteps>();
	    if (gameObject.tag == "FootL") _isLeftFoot = true;
	}