Interface TextureUploadExtension
- All Superinterfaces:
Extension
-
Method Summary
Modifier and TypeMethodDescriptionuploadTexture(String name, byte[] bytes, TextureUploadFeatureAPI.UploadSettings settings)
-
Method Details
-
fetchTextureUploadInfo
CompletableFuture<TextureUploadFeatureAPI.TextureUploadInfo> fetchTextureUploadInfo() -
uploadTexture
CompletableFuture<Texture> uploadTexture(String name, byte[] bytes, TextureUploadFeatureAPI.UploadSettings settings)
-