public class UnstableMoveAnimatorVO extends TweenAnimatorVO
| Modifier and Type | Field and Description |
|---|---|
java.util.ArrayList<java.lang.Integer> |
degree |
java.util.ArrayList<java.lang.Integer> |
distance |
java.util.ArrayList<java.lang.Integer> |
dx |
java.util.ArrayList<java.lang.Integer> |
dy |
java.util.ArrayList<java.lang.Integer> |
segment_duration |
java.util.ArrayList<java.lang.Float> |
wind_x1 |
java.util.ArrayList<java.lang.Float> |
wind_x2 |
java.util.ArrayList<java.lang.Float> |
wind_y1 |
java.util.ArrayList<java.lang.Float> |
wind_y2 |
duration, interpolation, reversedaccumulating, ALPHA, COLOR, DELAY, lifespan, loop_count, loop_mode, MOVE, name, PARALLEL, RECURSIVE_TRAJECTORY, RESIZE, ROTATE, SCALE, SEQUENCE, SET, SIN_WAVE, SKEW, start_delay, TORNADO, TRAJECTORY, TRANSLATE, type, UNSTABLE_MOVE, WHIRL| Constructor and Description |
|---|
UnstableMoveAnimatorVO(JSONObject json) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyScale(float scale) |
Animator |
createAnimator(int emitIndex,
Manipulatable target,
Animator... animators) |
void |
resetAnimator(int emitIndex,
Manipulatable target,
Animator animator)
Reset a specific animator to reflect this VO
|
create, initpublic java.util.ArrayList<java.lang.Integer> dx
public java.util.ArrayList<java.lang.Integer> dy
public java.util.ArrayList<java.lang.Integer> distance
public java.util.ArrayList<java.lang.Integer> degree
public java.util.ArrayList<java.lang.Integer> segment_duration
public java.util.ArrayList<java.lang.Float> wind_x1
public java.util.ArrayList<java.lang.Float> wind_x2
public java.util.ArrayList<java.lang.Float> wind_y1
public java.util.ArrayList<java.lang.Float> wind_y2
public UnstableMoveAnimatorVO(JSONObject json)
throws JSONException
JSONExceptionpublic Animator createAnimator(int emitIndex, Manipulatable target, Animator... animators)
createAnimator in class AnimatorVOpublic void resetAnimator(int emitIndex,
Manipulatable target,
Animator animator)
AnimatorVOresetAnimator in class TweenAnimatorVOpublic void applyScale(float scale)
applyScale in class AnimatorVOTextureOptions