com.threerings.tudey.data.actor
Interface HasActor

All Known Implementing Classes:
ActiveLogic, ActorLogic, ActorSprite, AgentLogic, EntryStateLogic, MobileLogic, PawnLogic

public interface HasActor

An interface for classes that have an actor.


Method Summary
 Actor getActor()
          Returns a reference to the actor object.
 

Method Detail

getActor

Actor getActor()
Returns a reference to the actor object.



Copyright © 2011. All Rights Reserved.