public abstract class GroupAnimatorVO extends AnimatorVO
| Modifier and Type | Field and Description |
|---|---|
java.util.ArrayList<AnimatorVO> |
animators |
accumulating, 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 |
|---|
GroupAnimatorVO(JSONObject json) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyScale(float scale) |
void |
resetAnimator(int emitIndex,
Manipulatable target,
Animator animator)
Reset a specific animator to reflect this VO
|
create, createAnimator, initpublic java.util.ArrayList<AnimatorVO> animators
public GroupAnimatorVO(JSONObject json)
throws JSONException
JSONExceptionpublic void resetAnimator(int emitIndex,
Manipulatable target,
Animator animator)
AnimatorVOresetAnimator in class AnimatorVOpublic void applyScale(float scale)
applyScale in class AnimatorVOTextureOptions