Resource.takeOverPath

Sets the path of the resource, potentially overriding an existing cache entry for this path. This differs from setting resourcePath, as the latter would error out if another resource was already cached for the given path.

struct Resource
@nogc nothrow
void
takeOverPath
(
in String path
)

Meta