com.threerings.tudey.client.sprite
Class ActorSprite.Acting
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.Moving
com.threerings.tudey.client.sprite.ActorSprite.Acting
- All Implemented Interfaces:
- Scope, ScopeUpdateListener
- Enclosing class:
- ActorSprite
public static class ActorSprite.Acting
- extends ActorSprite.Moving
Depicts an active actor with activity animations.
| Fields inherited from interface com.threerings.expr.Scope |
EPOCH, NOW |
|
Method Summary |
void |
update(Actor actor)
Updates the implementation with new interpolated state. |
| Methods inherited from class com.threerings.tudey.client.sprite.ActorSprite.Implementation |
clearMessages, dispatchEvent, displayMessage, getScopeName, getTooltipText, getTooltipTimeout, getTooltipWindowStyle, isClickable, isHoverable, occupantEntered, occupantLeft, occupantUpdated |
ActorSprite.Acting
public ActorSprite.Acting(TudeyContext ctx,
Scope parentScope,
ActorSpriteConfig.Moving config)
- Creates a new implementation.
update
public void update(Actor actor)
- Description copied from class:
ActorSprite.Implementation
- Updates the implementation with new interpolated state.
- Overrides:
update in class ActorSprite.Moving
Copyright © 2011. All Rights Reserved.