StorageType Class

Description

StorageType表示图像、json文件、视频或其它文件的存放位置。

StorageType指定了文件存放的根目录,你可以在所有相关接口中使用相对于这个根目录的相对路径。

enum StorageType

Constant

Value

Description

App

0

app路径

  • Android: 程序 持久化数据目录注意,这个目录与Unity的Application.persistentDataPath可能不同

  • iOS: 程序沙盒目录

  • Windows: 可执行文件(exe)目录

  • Mac: 可执行文件目录(如果app是一个bundle,这个目录在bundle内部)

Assets

1

StreamingAssets路径

Absolute

2

绝对路径(json/图片路径或视频文件路径)或url(仅视频文件)

Json

256

表示json string的标志位,在 Target.Load 中使用