コード例 #1
0
 void Awake()
 {
     this.uniScript = GetComponent <UnityChanMoves> ();
 }
コード例 #2
0
 void Awake()
 {
     WorldManager.Instance.nowWorldOn = Const.EnumWorldSituation.Usually;
     this.startPoint = this.transform.position;
     this.plaCsMove  = GetComponent <UnityChanMoves>();
 }
コード例 #3
0
 void Start()
 {
     this.uniScript = GameObject.Find("unitychan")
                      .GetComponent <UnityChanMoves> ();
     this.itemTexter = GetComponentInChildren <Text> ();
 }
コード例 #4
0
 void Start()
 {
     this.plaCsMain = this.GetComponent <UnityChanStatus>();
     this.plaCsMove = this.GetComponent <UnityChanMoves>();
 }