Uses of Class
com.threerings.tudey.config.ActorSpriteConfig

Packages that use ActorSpriteConfig
com.threerings.tudey.client.sprite   
com.threerings.tudey.config Tudey configurations. 
 

Uses of ActorSpriteConfig in com.threerings.tudey.client.sprite
 

Methods in com.threerings.tudey.client.sprite with parameters of type ActorSpriteConfig
 void ActorSprite.Original.setConfig(ActorSpriteConfig config)
          (Re)configures the implementation.
 void ActorSprite.Moving.setConfig(ActorSpriteConfig config)
           
 void ActorSprite.StatefulEntry.setConfig(ActorSpriteConfig config)
           
 

Constructors in com.threerings.tudey.client.sprite with parameters of type ActorSpriteConfig
ActorSprite.Original(TudeyContext ctx, Scope parentScope, ActorSpriteConfig config)
          Creates a new implementation.
 

Uses of ActorSpriteConfig in com.threerings.tudey.config
 

Subclasses of ActorSpriteConfig in com.threerings.tudey.config
static class ActorSpriteConfig.Default
          The default sprite.
static class ActorSpriteConfig.Moving
          A sprite with idle and movement animations.
static class ActorSpriteConfig.StatefulEntry
          Manipulates an entry sprite to reflect the state of the entry's corresponding actor.
 

Fields in com.threerings.tudey.config declared as ActorSpriteConfig
 ActorSpriteConfig ActorConfig.Original.sprite
          The type of sprite to use for the actor.
 



Copyright © 2011. All Rights Reserved.