Click or drag to resize
EntityGameObjectsBehaviourSetupForGame Method
Prepares for creating entity game objects.

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

Parameters

game
Type: Slash.Application.GamesGame
Game to create entity game objects for.
See Also