|
override void | Scenario () |
| This method describes the scenario More...
|
|
virtual void | EnablePlatform (string platformColor) |
|
virtual void | Awake () |
| On Awake, we initialize our scenario More...
|
|
virtual void | Start () |
| On start, we create and fill the scenario More...
|
|
virtual void | AddTimeEvent (string timeInStringNotation, Action action, string eventName="") |
| Adds an event to the scenario that will be triggered at the specified time. More...
|
|
virtual void | AddScoreEvent (float startScore, Action action, string eventName="") |
| Adds the score event. More...
|
|
virtual void | EvaluateScenario () |
| Evaluates the scenario, triggering events every time the level's running time is higher than their start time More...
|
|
virtual void | TestMethod (string someMessage) |
| A test method that just displays the string passed as an argument. Just used for demo purposes. More...
|
|
The scenario script for the Flight of the Albatross demo scene