public class FbxAnimCurve extends FbxObject
| Modifier and Type | Field and Description | 
|---|---|
| float | defaultValue | 
| long[] | keyTimes | 
| float[] | keyValues | 
| Constructor and Description | 
|---|
| FbxAnimCurve(SceneLoader scene,
            FbxElement element) | 
| Modifier and Type | Method and Description | 
|---|---|
| float | getValue(long time) | 
link, link, linkToZero, readVectorFromProppublic long[] keyTimes
public float[] keyValues
public float defaultValue
public FbxAnimCurve(SceneLoader scene, FbxElement element)