Application
Provides essential methods related to Window Store application.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Class
- Namespace: UnityEngine.WSA
- Assembly: UnityEngine.CoreModule
public sealed class Application
Static Properties
Property | Description |
|---|---|
| advertisingIdentifier | Advertising ID. |
| arguments | Arguments passed to application. |
Static Methods
Method | Description |
|---|---|
| InvokeOnAppThread | Executes callback item on application thread. |
| InvokeOnUIThread | Executes callback item on UI thread. |
| RunningOnAppThread | Returns true if you're running on application thread. |
| RunningOnUIThread | Returns true if you're running on UI thread. |
Static Events
Member | Description |
|---|---|
| windowActivated | Fired when application window is activated. |
| windowSizeChanged | Fired when window size changes. |