Package arc.assets.loaders
Class TextureLoader.TextureParameter
- Direct Known Subclasses:
MapPreviewLoader.MapPreviewParameter
- Enclosing class:
- TextureLoader
-
Nested Class Summary
Nested classes/interfaces inherited from class arc.assets.AssetLoaderParameters
AssetLoaderParameters.LoadedCallback
-
Field Summary
Modifier and TypeFieldDescriptionboolean
whether to generate mipmapsThe texture to put theTextureData
in, optional.TextureData for textures created on the fly, optional.Fields inherited from class arc.assets.AssetLoaderParameters
loadedCallback
-
Constructor Summary
-
Method Summary
-
Field Details
-
genMipMaps
public boolean genMipMapswhether to generate mipmaps -
texture
The texture to put theTextureData
in, optional. -
textureData
TextureData for textures created on the fly, optional. When set, all format and genMipMaps are ignored -
minFilter
-
magFilter
-
wrapU
-
wrapV
-
-
Constructor Details
-
TextureParameter
public TextureParameter()
-