Uses of Class
com.threerings.stage.data.StageSceneModel

Packages that use StageSceneModel
com.threerings.stage.data   
com.threerings.stage.util   
 

Uses of StageSceneModel in com.threerings.stage.data
 

Methods in com.threerings.stage.data that return StageSceneModel
static StageSceneModel StageSceneModel.blankStageSceneModel()
          Creates and returns a blank scene model.
 

Constructors in com.threerings.stage.data with parameters of type StageSceneModel
StageScene(StageSceneModel model, com.threerings.crowd.data.PlaceConfig config)
          Creates an instance that will obtain data from the supplied scene model and place config.
 

Uses of StageSceneModel in com.threerings.stage.util
 

Methods in com.threerings.stage.util with parameters of type StageSceneModel
static com.threerings.miso.data.ObjectInfo[] StageSceneUtil.getIntersectedObjects(com.threerings.media.tile.TileManager tmgr, StageSceneModel model, Rectangle rect)
          Returns an array of the objects intersected by the supplied tile coordinate rectangle.
 



Copyright © 2011. All Rights Reserved.