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
game
Game
Methods
Install(InstallActionArgs)
Start installation.
public abstract void Install(InstallActionArgs args)
Parameters
args
InstallActionArgs
InvokeOnInstalled(GameInstalledEventArgs)
Invoke to signal that installation completed.
protected void InvokeOnInstalled(GameInstalledEventArgs args)