com.threerings.miso.util
Interface MisoContext


public interface MisoContext

Provides Miso code with access to the managers that it needs to do its thing.


Method Summary
 FrameManager getFrameManager()
          Returns the frame manager that our scene panel will interact with.
 MisoTileManager getTileManager()
          Returns a reference to the tile manager.
 

Method Detail

getFrameManager

FrameManager getFrameManager()
Returns the frame manager that our scene panel will interact with.


getTileManager

MisoTileManager getTileManager()
Returns a reference to the tile manager. This reference is valid for the lifetime of the application.