Class SceneExtensions
Inheritance
System.Object
SceneExtensions
Namespace: GDX
Syntax
public static class SceneExtensions
Methods
| Improve this Doc View SourceIsSceneManagerBusy()
Indicates if there are scenes unloading, loading, or scenes that have yet to be integrated and enabled.
Declaration
public static bool IsSceneManagerBusy()
Returns
Type | Description |
---|---|
System.Boolean | true/false if there is work being done. |