言語: 日本語
  • C#
  • JS
  • Boo

スクリプト言語

お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。

Caching.spaceFree

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public static var spaceFree: long;
public static long spaceFree;
public static spaceFree as long

Description

キャッシュ内での未使用分のバイト数を返します。

キャッシュがからの場合、この値はmaximumAvailableDiskSpaceと等しくなります。AssetBundleがキャッシュされるとこの値は減少していきます。キャッシングはLeast Recently Used (LRU)アルゴリズムに基づいてキャッシュされたコンテンツを管理します。もし十分に容量を確保できないままAssetBundleのキャッシュを行おうとした場合は、最も古いAssetBundleたちを十分な空きができるまで削除します。 このプロパティは、トータルで利用可能なディスク容量ということではありません。どライプ上の利用可能なディスク容量がない場合はspaceFreeの全ては使用できません。