Class InstallController
Represents installation controller.
public abstract class InstallController : ControllerBase, IDisposable
- Inheritance
-
InstallController
- Implements
- Inherited Members
Constructors
InstallController(Game)
Creates new instance of InstallController.
public InstallController(Game game)
Parameters
gameGame
Methods
Install(InstallActionArgs)
Start installation.
public abstract void Install(InstallActionArgs args)
Parameters
argsInstallActionArgs
InvokeOnInstalled(GameInstalledEventArgs)
Invoke to signal that installation completed.
protected void InvokeOnInstalled(GameInstalledEventArgs args)