 | GameBehaviourStartGame Method |
Starts the specified game with the current configuration, notifying
interested listeners of the new game.
Namespace: Slash.Unity.Common.ECSAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntaxpublic void StartGame(
Game newGame
)
Public Sub StartGame (
newGame As Game
)
public:
void StartGame(
Game^ newGame
)
member StartGame :
newGame : Game -> unit
Parameters
- newGame
- Type: Slash.Application.GamesGame
Game to start.
See Also