Click or drag to resize
GameBehaviourGameChangedDelegate Delegate
Current game has changed.

Namespace: Slash.Unity.Common.ECS
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public delegate void GameChangedDelegate(
	Game newGame,
	Game oldGame
)

Parameters

newGame
Type: Slash.Application.GamesGame
New game instance.
oldGame
Type: Slash.Application.GamesGame
Previous game instance.
See Also