ResourceFormatLoader.handlesType

Tells which resource class this loader can load. Note: Custom resource types defined by scripts aren't known by the ClassDB, so you might just handle "Resource" for them.

struct ResourceFormatLoader
@nogc nothrow
bool
handlesType
(
in String typename
)

Meta