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

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
All Implemented Interfaces:
Scope, ScopeUpdateListener
Direct Known Subclasses:
EffectSprite.Animator
Enclosing class:
EffectSprite

public static class EffectSprite.Original
extends EffectSprite.Implementation

Superclass of the original implementations.


Field Summary
 
Fields inherited from interface com.threerings.expr.Scope
EPOCH, NOW
 
Constructor Summary
EffectSprite.Original(TudeyContext ctx, Scope parentScope, EffectSpriteConfig 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.Original

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



Copyright © 2011. All Rights Reserved.