Click or drag to resize
GameBehaviourStartGame Method
Starts the specified game with the current configuration, notifying interested listeners of the new game.

Namespace: Slash.Unity.Common.ECS
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public void StartGame(
	Game newGame
)

Parameters

newGame
Type: Slash.Application.GamesGame
Game to start.
See Also