com.threerings.tudey.client.sprite
Class ActorSprite.Acting

java.lang.Object
  extended by com.threerings.expr.SimpleScope
      extended by com.threerings.tudey.client.sprite.ActorSprite.Implementation
          extended by com.threerings.tudey.client.sprite.ActorSprite.Original
              extended by com.threerings.tudey.client.sprite.ActorSprite.Moving
                  extended by 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.


Field Summary
 
Fields inherited from interface com.threerings.expr.Scope
EPOCH, NOW
 
Constructor Summary
ActorSprite.Acting(TudeyContext ctx, Scope parentScope, ActorSpriteConfig.Moving config)
          Creates a new implementation.
 
Method Summary
 void update(Actor actor)
          Updates the implementation with new interpolated state.
 
Methods inherited from class com.threerings.tudey.client.sprite.ActorSprite.Moving
getAttachedScale, setConfig
 
Methods inherited from class com.threerings.tudey.client.sprite.ActorSprite.Original
createTooltipComponent, getFloorFlags, getFloorMask, wasCreated, willBeDestroyed
 
Methods inherited from class com.threerings.tudey.client.sprite.ActorSprite.Implementation
clearMessages, dispatchEvent, displayMessage, getScopeName, getTooltipText, getTooltipTimeout, getTooltipWindowStyle, isClickable, isHoverable, occupantEntered, occupantLeft, occupantUpdated
 
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

ActorSprite.Acting

public ActorSprite.Acting(TudeyContext ctx,
                          Scope parentScope,
                          ActorSpriteConfig.Moving config)
Creates a new implementation.

Method Detail

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.