com.threerings.tudey.client.sprite
Class EffectSprite.Original
java.lang.Object
com.threerings.expr.SimpleScope
com.threerings.tudey.client.sprite.EffectSprite.Implementation
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.
| Fields inherited from interface com.threerings.expr.Scope |
EPOCH, NOW |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_targetModel
protected Model _targetModel
- The target model, if any.
_view
@Bound
protected TudeySceneView _view
- The owning view.
EffectSprite.Original
public EffectSprite.Original(TudeyContext ctx,
Scope parentScope,
EffectSpriteConfig config,
Effect effect)
- Creates a new implementation.