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

スクリプト言語

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

Application.temporaryCachePath

public static var temporaryCachePath: string;

Description

一時的なデータ、キャッシュのディレクトリパスを返します(RO)

値はデータを保存できる一時的なディレクトリパスです。

	// print the path to the temporary data folder
	print (Application. temporaryCachePath);