コード例 #1
0
 void Start()
 {
     animator     = GetComponent <Animator>();
     findPosition = exitPoint.GetComponent <checkLocal>();
 }
コード例 #2
0
 public void getProperPosition()
 {
     findPosition = exitPoint.GetComponent <checkLocal>();
 }
コード例 #3
0
 void Start()
 {
     findPosition = exitPoint.GetComponent <checkLocal>();
     player       = GameObject.FindGameObjectWithTag("Player");
     roomName     = transform.parent.name;
 }