ResourceLoaderSingleton.exists

Returns whether a recognized resource exists for the given path. An optional type_hint can be used to further specify the Resource type that should be handled by the ResourceFormatLoader.

struct ResourceLoaderSingleton
@nogc nothrow
bool
exists
(
in String path
,
in String type_hint = gs!""
)

Meta