public class FbxAnimCurve extends FbxObject
assetManager, className, id, jmeObject, name, sceneFolderName, subclassName
Constructor and Description |
---|
FbxAnimCurve(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) |
long[] |
getKeyTimes()
Get the times for the keyframes.
|
float |
getValueAtTime(long time)
Retrieve the curve value at the given time.
|
protected java.lang.Object |
toJmeObject() |
getClassName, getFullClassName, getId, getJmeObject, getName, getSubclassName, isJmeObjectCreated, toString, unsupportedConnectObject, unsupportedConnectObjectProperty
public FbxAnimCurve(AssetManager assetManager, java.lang.String sceneFolderName)
public void fromElement(FbxElement element)
fromElement
in class FbxObject
public long[] getKeyTimes()
public float getValueAtTime(long time)
time
- The time to get the curve value at (in FBX time units).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