Click or drag to resize
EventManagerOperatorOnGameChanged Method

[Missing <summary> documentation for "M:Slash.Unity.Common.ECS.EventManagerOperator.OnGameChanged(Slash.Application.Games.Game,Slash.Application.Games.Game)"]

Namespace: Slash.Unity.Common.ECS
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
protected virtual void OnGameChanged(
	Game newGame,
	Game oldGame
)

Parameters

newGame
Type: Slash.Application.GamesGame

[Missing <param name="newGame"/> documentation for "M:Slash.Unity.Common.ECS.EventManagerOperator.OnGameChanged(Slash.Application.Games.Game,Slash.Application.Games.Game)"]

oldGame
Type: Slash.Application.GamesGame

[Missing <param name="oldGame"/> documentation for "M:Slash.Unity.Common.ECS.EventManagerOperator.OnGameChanged(Slash.Application.Games.Game,Slash.Application.Games.Game)"]

See Also