public class BaseAction extends Action
Constructor and Description |
---|
BaseAction(Tween tween) |
Modifier and Type | Method and Description |
---|---|
boolean |
interpolate(double t)
Sets the implementation specific interpolation to the
specified 'tween' value as a value in the range from 0 to
getLength().
|
boolean |
isMaskPropagationEnabled() |
void |
setMask(AnimationMask mask) |
void |
setMaskPropagationEnabled(boolean maskPropagationEnabled) |
cloneFields, getLength, getMask, getSpeed, isForward, jmeClone, setForward, setLength, setSpeed
public BaseAction(Tween tween)
public boolean isMaskPropagationEnabled()
public void setMaskPropagationEnabled(boolean maskPropagationEnabled)
maskPropagationEnabled
- If true, then mask set by AnimLayer will be
forwarded to all child actions (Default=true)public void setMask(AnimationMask mask)
public boolean interpolate(double t)
Tween
t
- animation time (in de-scaled seconds)