Version: 2021.2
言語: 日本語

GetAssetPackStateAsyncOperation

class in UnityEngine.Android

/

継承:CustomYieldInstruction

マニュアルに切り替える

説明

Represents an asynchronous Android asset pack state request operation. AndroidAssetPacks.GetAssetPackStateAsync 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.GetAssetPackStateAsync.

変数

isDoneChecks if the operation is finished.
keepWaitingChecks if the operation is still running.
sizeGets the total size in bytes of all Android asset packs that had their status checked by this operation.
statesGets the states of all Android asset packs that had their status checked by this operation.

継承メンバー

変数

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