|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.tudey.config.ActorSpriteConfig.RotationSet
public static class ActorSpriteConfig.RotationSet
Represents a set of rotation animations.
| Field Summary | |
|---|---|
ConfigReference<AnimationConfig> |
left
The left (counterclockwise) animation reference. |
float |
rate
The rotation rate of this animation set. |
ConfigReference<AnimationConfig> |
right
The right (clockwise) animation reference. |
| Constructor Summary | |
|---|---|
ActorSpriteConfig.RotationSet()
|
|
| Method Summary | |
|---|---|
void |
getPreloads(ConfigManager cfgmgr,
PreloadableSet preloads)
Adds the resources to preload for this sprite into the provided set. |
Animation[] |
resolve(Model model)
Resolves the rotation set animations for the supplied model. |
| 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(min=0.0,
scale=0.017453292519943295)
public float rate
@Editable(nullable=true) public ConfigReference<AnimationConfig> left
@Editable(nullable=true) public ConfigReference<AnimationConfig> right
| Constructor Detail |
|---|
public ActorSpriteConfig.RotationSet()
| Method Detail |
|---|
public void getPreloads(ConfigManager cfgmgr,
PreloadableSet preloads)
public Animation[] resolve(Model model)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||