com.threerings.tudey.config
Class EffectSpriteConfig.Animator

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.tudey.config.EffectSpriteConfig
          extended by 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.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.tudey.config.EffectSpriteConfig
EffectSpriteConfig.Animator, EffectSpriteConfig.Default
 
Field Summary
 ConfigReference<AnimationConfig> animation
          The animation to play.
 
Fields inherited from class com.threerings.tudey.config.EffectSpriteConfig
attachToTarget, floorMask, model
 
Constructor Summary
EffectSpriteConfig.Animator()
           
 
Method Summary
 EffectSprite.Implementation createImplementation(TudeyContext ctx, Scope scope, Effect effect)
          Creates a sprite implementation for this configuration.
 
Methods inherited from class com.threerings.tudey.config.EffectSpriteConfig
getPreloads
 
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

animation

@Editable(nullable=true)
public ConfigReference<AnimationConfig> animation
The animation to play.

Constructor Detail

EffectSpriteConfig.Animator

public EffectSpriteConfig.Animator()
Method Detail

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.