コード例 #1
0
 public void UFOFly(GameObject UFO, float angle, float power)
 {
     fly = UFOFlyAction.GetSSAction(UFO.GetComponent <DiskData>().direction, angle, power);
     this.RunAction(UFO, fly, this);
 }
コード例 #2
0
 protected new void Start()
 {
     sceneController = (FirstSceneControl)Director.getInstance().currentSceneControl;
     sceneController.actionManager = this;
     store.Add(UFOFlyAction.getSSAction());
 }