 | EntityGameObjectsBehaviourSetupForGame Method |
Prepares for creating entity game objects.
Namespace: Slash.Unity.Common.ECSAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntaxpublic void SetupForGame(
Game game
)
Public Sub SetupForGame (
game As Game
)
public:
void SetupForGame(
Game^ game
)
member SetupForGame :
game : Game -> unit
Parameters
- game
- Type: Slash.Application.GamesGame
Game to create entity game objects for.
See Also