예제 #1
0
 protected override void Awake()
 {
     base.Awake();
     // RigidBodyの初期設定を記録
     defaultConstraints = rigidbody.constraints;
     blockRespawnPoint  = GetComponentInParent <BlockRespawnPoint>();
 }
예제 #2
0
파일: GraspItem.cs 프로젝트: Kuvo/Primary
 protected override void Awake()
 {
     base.Awake();
     defaultConstraints = rigidbody.constraints;
     blockRespawnPoint = GetComponentInParent<BlockRespawnPoint>();
 }