Class Launcher
Welcome to the Yak2D cross platform c# graphics framework!!! To get started, please provide Run() your own implementation of the IApplication interface
Inheritance
System.Object
Launcher
Namespace: Yak2D
Assembly: Yak2D.Api.dll
Syntax
public class Launcher : object
Methods
Run(IApplication, IFrameworkMessenger)
Starts the framework with the provided IApplication object
Declaration
public static void Run(IApplication application, IFrameworkMessenger frameworkMessenger = null)
Parameters
| Type | Name | Description |
|---|---|---|
| IApplication | application | User implementation of IApplication. The framework controls the lifecycle of the application via calls to this object |
| IFrameworkMessenger | frameworkMessenger | (Optional) The user may wish to provide an object that re-routes any framework messages. By default they are written to console |