|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.opengl.model.config.AnimationConfig.Implementation
com.threerings.opengl.model.config.AnimationConfig.Original
public abstract static class AnimationConfig.Original
Superclass of the original implementations.
| Field Summary | |
|---|---|
float |
blendIn
The amount of time to spend blending in the animation. |
float |
blendOut
The amount of time to spend blending out the animation. |
boolean |
override
Whether or not to override other animations at the same priority level. |
int |
priority
The priority level of this animation. |
float |
weight
The blend weight of the animation. |
| Constructor Summary | |
|---|---|
AnimationConfig.Original()
|
|
| Method Summary |
|---|
| Methods inherited from class com.threerings.opengl.model.config.AnimationConfig.Implementation |
|---|
getAnimationImplementation, getUpdateReferences, invalidate, updateFromSource |
| Methods inherited from class com.threerings.util.DeepObject |
|---|
clone, copy, copy, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@Editable(hgroup="p") public int priority
@Editable(hgroup="p") public boolean override
@Editable(min=0.0,
max=1.0,
step=0.01,
hgroup="w")
public float weight
@Editable(min=0.0,
step=0.01,
hgroup="w")
public float blendIn
@Editable(min=0.0,
step=0.01,
hgroup="w")
public float blendOut
| Constructor Detail |
|---|
public AnimationConfig.Original()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||