public override void LaunchPlayer(BuildLaunchPlayerArgs args)
 {
     PostProcessiPhonePlayer.Launch(args);
 }
示例#2
0
 public virtual void LaunchPlayer(BuildLaunchPlayerArgs args)
 {
     throw new NotSupportedException();
 }
 public override void LaunchPlayer(BuildLaunchPlayerArgs args)
 {
     ApplicationLauncher.BuildAndRun(args);
 }
 public void LaunchPlayer(BuildLaunchPlayerArgs args)
 {
 }
 public virtual void LaunchPlayer(BuildLaunchPlayerArgs args)
 {
     throw new NotSupportedException();
 }