Package com.jme3.scene.plugins.fbx
Class ContentTextureKey
java.lang.Object
com.jme3.asset.AssetKey<com.jme3.texture.Texture>
com.jme3.asset.TextureKey
com.jme3.scene.plugins.fbx.ContentTextureKey
- All Implemented Interfaces:
com.jme3.export.Savable,Cloneable
public class ContentTextureKey
extends com.jme3.asset.TextureKey
Used to load textures from image binary content.
Filename is required to acquire proper type asset loader according to extension.
-
Field Summary
Fields inherited from class com.jme3.asset.AssetKey
extension, folder, name -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.jme3.asset.TextureKey
equals, getAnisotropy, getProcessorType, getTextureTypeHint, hashCode, isFlipY, isGenerateMips, setAnisotropy, setFlipY, setGenerateMips, setTextureTypeHintMethods inherited from class com.jme3.asset.AssetKey
clone, getExtension, getExtension, getFolder, getFolder, getName, reducePath
-
Constructor Details
-
ContentTextureKey
-
-
Method Details
-
getContent
public byte[] getContent() -
getCacheType
- Overrides:
getCacheTypein classcom.jme3.asset.TextureKey
-
toString
- Overrides:
toStringin classcom.jme3.asset.TextureKey
-
write
- Specified by:
writein interfacecom.jme3.export.Savable- Overrides:
writein classcom.jme3.asset.TextureKey- Throws:
IOException
-
read
- Specified by:
readin interfacecom.jme3.export.Savable- Overrides:
readin classcom.jme3.asset.TextureKey- Throws:
IOException
-