setResourcePath method
resourcePath
— Set the base path for dependent resources
like textures.
Implementation
@override
CompressedTextureLoader setResourcePath(String? resourcePath) {
super.setResourcePath(resourcePath);
return this;
}
resourcePath
— Set the base path for dependent resources
like textures.
@override
CompressedTextureLoader setResourcePath(String? resourcePath) {
super.setResourcePath(resourcePath);
return this;
}