ResourceFormatLoader.getResourceType

Gets the class name of the resource associated with the given path. If the loader cannot handle it, it should return "". 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
String
getResourceType
(
in String path
)

Meta