Class ApplicationState
Inheritance
System.Object
ApplicationState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: GameKit.Dependencies.Utilities
Assembly: GameKit.Dependencies.dll
Syntax
public static class ApplicationState
Methods
IsPlaying()
Returns if the application is playing for editor or builds.
Declaration
public static bool IsPlaying()
Returns
Type | Description |
---|---|
System.Boolean |
IsQuitting()
Returns if the application is quitting for editor or builds.
Declaration
public static bool IsQuitting()
Returns
Type | Description |
---|---|
System.Boolean |
Quit()
Quits the application for editor or builds.
Declaration
public static void Quit()