getDependencies

inline fun <T> getDependencies(path: String): List<Identifier<*>>

Returns a copy of the list of dependencies of the asset under path with T type. If the asset is not loaded or has no dependencies, an empty list is returned.


Returns a copy of the list of dependencies of the asset described by descriptor. If the asset is not loaded or has no dependencies, an empty list is returned.


fun getDependencies(identifier: Identifier<*>): List<Identifier<*>>

Returns a copy of the list of dependencies of the asset identified by identifier. If the asset is not loaded or has no dependencies, an empty list is returned.