public final class FbxImage extends FbxObject
Modifier and Type | Field and Description |
---|---|
protected byte[] |
content |
protected java.lang.String |
filePath |
protected TextureKey |
key |
protected java.lang.String |
relativeFilePath |
protected java.lang.String |
type |
assetManager, className, id, jmeObject, name, sceneFolderName, subclassName
Constructor and Description |
---|
FbxImage(AssetManager assetManager,
java.lang.String sceneFolderName) |
Modifier and Type | Method and Description |
---|---|
void |
connectObject(FbxObject object) |
void |
connectObjectProperty(FbxObject object,
java.lang.String property) |
void |
fromElement(FbxElement element) |
TextureKey |
getTextureKey()
The texture key that was used to load the image.
|
protected java.lang.Object |
toJmeObject() |
getClassName, getFullClassName, getId, getJmeObject, getName, getSubclassName, isJmeObjectCreated, toString, unsupportedConnectObject, unsupportedConnectObjectProperty
protected TextureKey key
protected java.lang.String type
protected java.lang.String filePath
protected java.lang.String relativeFilePath
protected byte[] content
public FbxImage(AssetManager assetManager, java.lang.String sceneFolderName)
public void fromElement(FbxElement element)
fromElement
in class FbxObject
public TextureKey getTextureKey()
FbxObject.getJmeObject()
has been called.protected java.lang.Object toJmeObject()
toJmeObject
in class FbxObject
public void connectObject(FbxObject object)
connectObject
in class FbxObject
public void connectObjectProperty(FbxObject object, java.lang.String property)
connectObjectProperty
in class FbxObject