Esempio n. 1
0
 private void Start()
 {
     calculator = new GravityCalculator();
     detector   = GetComponent <GroundDetector>();
 }
Esempio n. 2
0
 private void Start()
 {
     detector = GetComponent <IGroundDetector>();
     // テスト用
     UpwardPower = 15f;
 }
Esempio n. 3
0
 private void Start()
 {
     detector   = GetComponent <IGroundDetector>();
     calculator = new VelocityCalculator();
 }
Esempio n. 4
0
 private void Start()
 {
     detector = GetComponent <IGroundDetector>();
 }