Method | Description | |
---|---|---|
Get ( string name ) : |
||
LoadScenes ( IEnumerable |
||
StartHandler ( IEntityPool entityPool ) : void | ||
Unload ( ) : void |
Method | Description | |
---|---|---|
GameInputReceived ( |
||
RunCommand ( MegaMan.Common.SceneCommandInfo cmd ) : void | ||
Tick ( |
Method | Description | |
---|---|---|
Scene ( SceneInfo info ) : System | ||
TriggerKeyFrame ( KeyFrameInfo info ) : void |
protected GameInputReceived ( |
||
e | ||
return | void |
public static LoadScenes ( IEnumerable |
||
scenesInfo | IEnumerable |
|
return | void |
protected RunCommand ( MegaMan.Common.SceneCommandInfo cmd ) : void | ||
cmd | MegaMan.Common.SceneCommandInfo | |
return | void |
public StartHandler ( IEntityPool entityPool ) : void | ||
entityPool | IEntityPool | |
return | void |
protected Tick ( |
||
e | ||
return | void |