Exemple #1
0
 protected override void Awake()
 {
     base.Awake();
     // RigidBodyの初期設定を記録
     defaultConstraints = rigidbody.constraints;
     blockRespawnPoint  = GetComponentInParent <BlockRespawnPoint>();
 }
Exemple #2
0
 protected override void Awake()
 {
     base.Awake();
     defaultConstraints = rigidbody.constraints;
     blockRespawnPoint = GetComponentInParent<BlockRespawnPoint>();
 }