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, setWeight
public ClipAction(AnimClip clip)
public void doInterpolate(double t)
doInterpolate
in class BlendableAction
public void reset()
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Collection<HasLocalTransform> getTargets()
getTargets
in class BlendableAction
public void collectTransform(HasLocalTransform target, Transform t, float weight, BlendableAction source)
collectTransform
in class BlendableAction
public ClipAction jmeClone()
jmeClone
in interface JmeCloneable
jmeClone
in class BlendableAction
public 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 JmeCloneable
cloneFields
in class BlendableAction
cloner
- the cloner that's cloning this action (not null)original
- the action from which this action was shallow-cloned
(unused)