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
protected  Model _targetModel
          The target model, if any.
protected  TudeySceneView _view
          The owning view.
 
Fields inherited from class com.threerings.expr.SimpleScope
_parentScope
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_targetModel

protected Model _targetModel
The target model, if any.


_view

@Bound
protected TudeySceneView _view
The owning view.

Constructor Detail

EffectSprite.Original

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