com.threerings.tudey.client.sprite
Class EffectSprite.Animator

java.lang.Object
  extended by com.threerings.expr.SimpleScope
      extended by com.threerings.tudey.client.sprite.EffectSprite.Implementation
          extended by com.threerings.tudey.client.sprite.EffectSprite.Original
              extended by com.threerings.tudey.client.sprite.EffectSprite.Animator
All Implemented Interfaces:
Scope, ScopeUpdateListener
Enclosing class:
EffectSprite

public static class EffectSprite.Animator
extends EffectSprite.Original

Plays an animation on a target sprite.


Field Summary
 
Fields inherited from interface com.threerings.expr.Scope
EPOCH, NOW
 
Constructor Summary
EffectSprite.Animator(TudeyContext ctx, Scope parentScope, EffectSpriteConfig.Animator config, Effect effect)
          Creates a new implementation.
 
Method Summary
 
Methods inherited from class com.threerings.tudey.client.sprite.EffectSprite.Implementation
getScopeName, tick
 
Methods inherited from class com.threerings.expr.SimpleScope
addListener, dispose, get, getParentScope, removeListener, scopeUpdated
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EffectSprite.Animator

public EffectSprite.Animator(TudeyContext ctx,
                             Scope parentScope,
                             EffectSpriteConfig.Animator config,
                             Effect effect)
Creates a new implementation.



Copyright © 2011. All Rights Reserved.