ResourceFormatLoader.getDependencies

If implemented, gets the dependencies of a given resource. If add_types is true, paths should be appended ::TypeName, where TypeName is the class name of the dependency. Note: Custom resource types defined by scripts aren't known by the ClassDB, so you might just return "Resource" for them.

struct ResourceFormatLoader
@nogc nothrow
void
getDependencies
(
in String path
,
in String add_types
)

Meta