Application

class in UnityEngine.WSA

Cambiar al Manual

Descripción

Provides essential methods related to Window Store application.

Variables Estáticas

advertisingIdentifierAdvertising ID.
argumentsArguments passed to application.

Funciones Estáticas

InvokeOnAppThreadExecutes callback item on application thread.
InvokeOnUIThreadExecutes callback item on UI thread.
RunningOnAppThreadReturns true if you're running on application thread.
RunningOnUIThreadReturns true if you're running on UI thread.

Events

windowActivatedFired when application window is activated.
windowSizeChangedFired when window size changes.