Version: 2021.2
言語: 日本語

RequestToUseMobileDataAsyncOperation

class in UnityEngine.Android

/

継承:CustomYieldInstruction

マニュアルに切り替える

説明

Represents an asynchronous operation that requests to use mobile data to download Android asset packs.

AndroidAssetPacks.RequestToUseMobileDataAsync returns an instance of this class. You can yield until the operation completes, or manually check whether it's done using isDone or keepWaiting properties. See Also: AndroidAssetPacks.RequestToUseMobileDataAsync.

変数

isDoneChecks if the operation is finished.
keepWaitingChecks if the operation is still running.
resultIndicates whether the end user allowed the application to use mobile data to download Android asset packs.

継承メンバー

変数

keepWaitingコルーチンを中断させておく必要がある場合、表示します。