Modifier and Type | Method and Description |
---|---|
CurveMapping |
AnimationNode.createCurveMapping(A3DObject obj,
String propName)
Creates a CurveMapping based on the property data type.
|
CurveMapping |
AnimationNode.findCurveMapping(String name)
Finds the curve mapping by name.
|
CurveMapping |
Curve.getCurveMapping()
Gets the curve mapping which owns this curve
|
CurveMapping |
AnimationNode.getCurveMapping(A3DObject target,
String propName,
boolean create)
Gets the animation curve mapping on given property.
|
CurveMapping |
Property.getCurveMapping(AnimationNode anim,
boolean create)
Gets the curve mapping on specified animation instance.
|
Modifier and Type | Method and Description |
---|---|
List<CurveMapping> |
AnimationNode.getCurveMappings()
Gets the current curve mappings.
|
Copyright © 2019. All rights reserved.