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