Click or drag to resize
GameSceneDestroy Method
Destroy this scene. After calling this, it cannot be used again. Also, don't call this on the currently active scene.

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