Uses of Class
com.threerings.tudey.client.sprite.ActorSprite

Packages that use ActorSprite
com.threerings.tudey.client   
com.threerings.tudey.config Tudey configurations. 
 

Uses of ActorSprite in com.threerings.tudey.client
 

Methods in com.threerings.tudey.client that return ActorSprite
 ActorSprite TudeySceneView.getActorSprite(int id)
          Returns a reference to the actor sprite with the supplied id, or null if it doesn't exist.
 ActorSprite TudeySceneView.getControlledSprite()
          Returns a reference to the controlled sprite.
 ActorSprite TudeySceneView.getTargetSprite()
          Returns a reference to the target sprite.
 ActorSprite TudeySceneView.prespawnActor(int timestamp, ActorSprite source, Vector2f translation, float rotation, ConfigReference<ActorConfig> ref)
          Requests to prespawn an actor.
 

Methods in com.threerings.tudey.client with parameters of type ActorSprite
 ActorSprite TudeySceneView.prespawnActor(int timestamp, ActorSprite source, Vector2f translation, float rotation, ConfigReference<ActorConfig> ref)
          Requests to prespawn an actor.
 

Uses of ActorSprite in com.threerings.tudey.config
 

Methods in com.threerings.tudey.config with parameters of type ActorSprite
 void ActionConfig.PreExecutable.preExecute(TudeySceneView view, ActorSprite sprite, int timestamp)
          Pre-executes the action on the owning client.
 void ActionConfig.Compound.preExecute(TudeySceneView view, ActorSprite sprite, int timestamp)
           
 



Copyright © 2011. All Rights Reserved.