获取资源直接引用的非原生依赖列表,例如,材质的非原生依赖是 Texture
asset's uuid
direct referencing non-native dependency list
获取某个已经加载好的资源的所有非原生依赖资源列表,包括间接引用的资源,并保存在数组中返回。 返回的数组将仅保存依赖资源的 uuid。
The asset's uuid
non-native dependency list
获取资源的原生依赖,例如 Texture 的原生依赖是图片
asset's uuid
native dependency
从序列化数据或资源中提取出依赖列表,并且存储在缓存中。
The uuid of serialized data or asset
Serialized data or asset
dependency list, include non-native and native dependency
Generated using TypeDoc
控制资源的依赖列表,这是一个单例, 所有成员能通过
cc.assetManager.dependUtil
访问