Click or drag to resize
GameSceneDeactivate Method
Deactivate the scene and invoke the 'unload' 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 Deactivate()
See Also