Method | Description | |
---|---|---|
Dispose ( ) : void |
Override to clean up any resource used.
|
|
Init ( |
Called when the scene is being initialized.
|
|
Load ( ) : void |
Called when all resources have been loaded.
|
|
Pause ( ) : void |
Called when the game is paused.
|
|
Resume ( ) : void |
Called when the game is resumed from pause.
|
|
Update ( System.Html.Media.Graphics.CanvasContext2D context ) : void |
Called at each iterarion.
|
public abstract Init ( |
||
level | The game scene that this instance is attached to | |
return | void |
public abstract Update ( System.Html.Media.Graphics.CanvasContext2D context ) : void | ||
context | System.Html.Media.Graphics.CanvasContext2D | |
return | void |