Ejemplo n.º 1
0
 void Start()
 {
     this.plaCsMain = this.player.GetComponent <UnityChanStatus> ();
 }
Ejemplo n.º 2
0
 //ゲーム起動時
 void Awake()
 {
     this.plaCsMain = GetComponent <UnityChanStatus>();
     this.rigidBody = GetComponent <Rigidbody>();
     this.stateInfo = animator.GetCurrentAnimatorStateInfo(0);
 }
Ejemplo n.º 3
0
 void Start()
 {
     this.plaCsMain = this.GetComponent <UnityChanStatus>();
     this.plaCsMove = this.GetComponent <UnityChanMoves>();
 }