Legacy Documentation: Version 4.6.2
Language: English
  • C#
  • JS
  • Boo

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Application

Namespace: UnityEngine.WSA

Description

Provides essential methods related to Window Store application.

Static Variables

arguments Arguments passed to application.

Static Functions

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.
TryInvokeOnAppThread Tries to execute callback item on application thread.
TryInvokeOnUIThread Tries to execute callback item on UI thread.