public class ClipAction extends BlendableAction
collectTransformDelegate| Constructor and Description |
|---|
ClipAction(AnimClip clip) |
| Modifier and Type | Method and Description |
|---|---|
void |
cloneFields(Cloner cloner,
java.lang.Object original)
Callback from
Cloner to convert this
shallow-cloned action into a deep-cloned one, using the specified cloner
and original to resolve copied fields. |
void |
collectTransform(HasLocalTransform target,
Transform t,
float weight,
BlendableAction source) |
void |
doInterpolate(double t) |
java.util.Collection<HasLocalTransform> |
getTargets() |
ClipAction |
jmeClone()
Create a shallow clone for the JME cloner.
|
void |
reset() |
java.lang.String |
toString() |
getTransitionLength, getTransitionWeight, getWeight, interpolate, setCollectTransformDelegate, setTransitionLength, setWeightpublic ClipAction(AnimClip clip)
public void doInterpolate(double t)
doInterpolate in class BlendableActionpublic void reset()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.util.Collection<HasLocalTransform> getTargets()
getTargets in class BlendableActionpublic void collectTransform(HasLocalTransform target, Transform t, float weight, BlendableAction source)
collectTransform in class BlendableActionpublic ClipAction jmeClone()
jmeClone in interface JmeCloneablejmeClone in class BlendableActionpublic void cloneFields(Cloner cloner, java.lang.Object original)
Cloner to convert this
shallow-cloned action into a deep-cloned one, using the specified cloner
and original to resolve copied fields.cloneFields in interface JmeCloneablecloneFields in class BlendableActioncloner - the cloner that's cloning this action (not null)original - the action from which this action was shallow-cloned
(unused)