public class GeneratedTextureKey extends TextureKey
Constructor and Description |
---|
GeneratedTextureKey(java.lang.String name)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExtension() |
java.lang.String |
getFolder() |
java.lang.String |
toString() |
equals, getAnisotropy, getCacheType, getProcessorType, getTextureTypeHint, hashCode, isFlipY, isGenerateMips, read, setAnisotropy, setFlipY, setGenerateMips, setTextureTypeHint, write
clone, getExtension, getFolder, getName, reducePath
public GeneratedTextureKey(java.lang.String name)
name
- the name of the texturepublic java.lang.String getExtension()
getExtension
in class AssetKey<Texture>
AssetKey
's name. For example,
the name "Interface/Logo/Monkey.png" has an extension of "png".public java.lang.String getFolder()
public java.lang.String toString()
toString
in class TextureKey