Exemplo n.º 1
0
 public override void onPressurePlateTriggerStay(PressurePlateController pressurePlate)
 {
     if (!controller.goingToTarget)
     {
         controller.GoToTarget();
     }
 }
Exemplo n.º 2
0
 public override void onPressurePlateTriggerEnter(PressurePlateController pressurePlate)
 {
     controller.GoToTarget();
 }
Exemplo n.º 3
0
 public override void onPressurePlateTriggerExit(PressurePlateController pressurePlate)
 {
 }
Exemplo n.º 4
0
 public override void onPressurePlateTriggerExit(PressurePlateController pressurePlate)
 {
     controller.GoToOrigin();
 }
Exemplo n.º 5
0
 public abstract void onPressurePlateTriggerEnter(PressurePlateController pressurePlate);