Modifier and Type | Method and Description |
---|---|
Curve |
CurveMapping.createCurve(String curveName)
Creates a new curve and connects it to the first channel of the curve mapping
|
Curve |
AnimationNode.getCurve(A3DObject target,
String propName,
boolean create)
Gets the animation curve on given property.
|
Curve |
AnimationNode.getCurve(A3DObject target,
String propName,
String channelName,
boolean create)
Gets the animation curve on given property and channel.
|
Curve |
Property.getCurve(AnimationNode anim,
boolean create)
Gets the curve on specified animation instance.
|
Curve |
CurveMapping.getCurve(String channelName)
Gets the first curve in specified channel
|
Modifier and Type | Method and Description |
---|---|
List<Curve> |
AnimationChannel.getCurves()
Gets all curves inside this channel
|
List<Curve> |
CurveMapping.getCurves(String channelName)
Gets all curves in specified channel
|
Iterator<Curve> |
AnimationChannel.iterator()
Gets an enumerator to walk through all curves inside this channel
|
Modifier and Type | Method and Description |
---|---|
void |
AnimationChannel.addCurve(Curve curve)
Adds curve to this channel
|
void |
CurveMapping.bindCurve(String channelName,
Curve curve)
Bind the curve to specified channel
|
Constructor and Description |
---|
KeyFrame(Curve curve,
double time)
Create a new key frame on specified curve
|
Copyright © 2018. All rights reserved.