|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnimationConfig | |
|---|---|
| com.threerings.opengl.model | |
| com.threerings.opengl.model.config | Model and animation configurations. |
| com.threerings.opengl.util | |
| com.threerings.tudey.config | Tudey configurations. |
| Uses of AnimationConfig in com.threerings.opengl.model |
|---|
| Methods in com.threerings.opengl.model with parameters of type AnimationConfig | |
|---|---|
void |
Animation.setConfig(String name,
AnimationConfig config)
Sets the configuration of this animation. |
| Method parameters in com.threerings.opengl.model with type arguments of type AnimationConfig | |
|---|---|
void |
Animation.configUpdated(ConfigEvent<AnimationConfig> event)
|
Animation |
Model.createAnimation(ConfigReference<AnimationConfig> ref)
Creates an animation for this model. |
void |
Animation.setConfig(String name,
ConfigReference<AnimationConfig> ref)
Sets the configuration of this animation. |
| Uses of AnimationConfig in com.threerings.opengl.model.config |
|---|
| Fields in com.threerings.opengl.model.config with type parameters of type AnimationConfig | |
|---|---|
ConfigReference<AnimationConfig> |
ArticulatedConfig.AnimationMapping.animation
The animation associated with the name. |
ConfigReference<AnimationConfig> |
AnimationConfig.Derived.animation
The animation reference. |
ConfigReference<AnimationConfig> |
AnimationConfig.ComponentAnimation.animation
The animation reference. |
| Uses of AnimationConfig in com.threerings.opengl.util |
|---|
| Methods in com.threerings.opengl.util that return types with arguments of type AnimationConfig | |
|---|---|
ConfigReference<AnimationConfig> |
Preloadable.Animation.getReference()
Returns a reference to the animation config reference. |
| Constructor parameters in com.threerings.opengl.util with type arguments of type AnimationConfig | |
|---|---|
Preloadable.Animation(ConfigReference<AnimationConfig> ref)
Creates a new model resource. |
|
| Uses of AnimationConfig in com.threerings.tudey.config |
|---|
| Fields in com.threerings.tudey.config with type parameters of type AnimationConfig | |
|---|---|
ConfigReference<AnimationConfig> |
EffectSpriteConfig.Animator.animation
The animation to play. |
ConfigReference<AnimationConfig> |
ActorSpriteConfig.WeightedAnimation.animation
The animation reference. |
ConfigReference<AnimationConfig> |
ActorSpriteConfig.SingleMovement.animation
The movement animation reference. |
ConfigReference<AnimationConfig> |
ActorSpriteConfig.State.animation
The state animation. |
ConfigReference<AnimationConfig> |
ActorSpriteConfig.QuadMovement.backward
The backward animation reference. |
ConfigReference<AnimationConfig> |
PlaceableConfig.ClickableProp.defaultAnimation
The animation to play when not hovering, if any. |
ConfigReference<AnimationConfig> |
ActorSpriteConfig.QuadMovement.forward
The forward animation reference. |
ConfigReference<AnimationConfig> |
PlaceableConfig.ClickableProp.hoverAnimation
The animation to play when hovering, if any. |
ConfigReference<AnimationConfig> |
ActorSpriteConfig.QuadMovement.left
The left animation reference. |
ConfigReference<AnimationConfig> |
ActorSpriteConfig.RotationSet.left
The left (counterclockwise) animation reference. |
ConfigReference<AnimationConfig> |
ActorSpriteConfig.QuadMovement.right
The right animation reference. |
ConfigReference<AnimationConfig> |
ActorSpriteConfig.RotationSet.right
The right (clockwise) animation reference. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||