Click or drag to resize
GameSceneActivate Method
Activate the scene, this will update root node, camera, and invoke 'spawn' and 'load' events. You do not need to call this function yourself, it is used internally.

Namespace:  GeonBit.ECS
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Activate()
See Also