Version: 2017.3

Application

class in UnityEngine.WSA

매뉴얼로 전환

설명

Provides essential methods related to Window Store application.

정적 변수

advertisingIdentifierAdvertising ID.
argumentsArguments passed to application.

정적 함수

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.