com.threerings.tudey.config
Class EffectSpriteConfig.Animator
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.config.EffectSpriteConfig
com.threerings.tudey.config.EffectSpriteConfig.Animator
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- EffectSpriteConfig
public static class EffectSpriteConfig.Animator
- extends EffectSpriteConfig
A sprite that plays an animation on another sprite.
animation
@Editable(nullable=true)
public ConfigReference<AnimationConfig> animation
- The animation to play.
EffectSpriteConfig.Animator
public EffectSpriteConfig.Animator()
createImplementation
public EffectSprite.Implementation createImplementation(TudeyContext ctx,
Scope scope,
Effect effect)
- Description copied from class:
EffectSpriteConfig
- Creates a sprite implementation for this configuration.
- Specified by:
createImplementation in class EffectSpriteConfig
Copyright © 2011. All Rights Reserved.