com.threerings.tudey.client.sprite
Class ActorSprite.StatefulEntry
java.lang.Object
com.threerings.expr.SimpleScope
com.threerings.tudey.client.sprite.ActorSprite.Implementation
com.threerings.tudey.client.sprite.ActorSprite.Original
com.threerings.tudey.client.sprite.ActorSprite.StatefulEntry
- All Implemented Interfaces:
- Scope, ScopeUpdateListener
- Enclosing class:
- ActorSprite
public static class ActorSprite.StatefulEntry
- extends ActorSprite.Original
Executes animations on the corresponding entry sprite.
| Fields inherited from interface com.threerings.expr.Scope |
EPOCH, NOW |
| Methods inherited from class com.threerings.tudey.client.sprite.ActorSprite.Implementation |
clearMessages, dispatchEvent, displayMessage, getAttachedScale, getScopeName, getTooltipText, getTooltipTimeout, getTooltipWindowStyle, isClickable, isHoverable, occupantEntered, occupantLeft, occupantUpdated |
ActorSprite.StatefulEntry
public ActorSprite.StatefulEntry(TudeyContext ctx,
Scope parentScope,
ActorSpriteConfig.StatefulEntry config)
- Creates a new implementation.
setConfig
public void setConfig(ActorSpriteConfig config)
- Description copied from class:
ActorSprite.Original
- (Re)configures the implementation.
- Overrides:
setConfig in class ActorSprite.Original
update
public void update(Actor actor)
- Description copied from class:
ActorSprite.Implementation
- Updates the implementation with new interpolated state.
- Overrides:
update in class ActorSprite.Original
Copyright © 2011. All Rights Reserved.