Interface IApplication
- Namespace
- Elegy.Common.Interfaces
- Assembly
- Elegy.Common.dll
Application plugin interface. This is implemented by games and tools.
public interface IApplication : IPlugin
- Inherited Members
Methods
RunFrame(float)
Execute a single game frame.
bool RunFrame(float delta)
Parameters
delta
float
Returns
Start()
Start up game/app systems after all plugins and systems have loaded.
bool Start()