| Package | Description |
|---|---|
| com.threerings.stage.client | |
| com.threerings.stage.data | |
| com.threerings.stage.server | |
| com.threerings.stage.util |
| Modifier and Type | Method and Description |
|---|---|
void |
StageSceneController.handleLocationClicked(Object source,
StageLocation loc)
Called when the user clicks on a location within the scene.
|
| Modifier and Type | Method and Description |
|---|---|
StageLocation |
StageLocation.clone() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StageSceneManager.mayStandAtLocation(com.threerings.crowd.data.BodyObject source,
StageLocation loc)
Called by NPPs to determine whether or not they can stand at the
specified location.
|
| Modifier and Type | Method and Description |
|---|---|
static StageLocation |
StageSceneUtil.findStandingSpot(Rectangle foot,
int dist,
com.threerings.media.util.AStarPathUtil.TraversalPred pred,
Object traverser,
Point nearto,
int orient)
Locates a spot to stand near the supplied rectangular footprint.
|
static StageLocation |
StageSceneUtil.locationForObject(com.threerings.media.tile.TileManager tilemgr,
int tileId,
int tx,
int ty)
Does the necessary jiggery pokery to figure out where the specified object's associated
location is.
|
static StageLocation |
StageSceneUtil.locationForObject(com.threerings.media.tile.TileManager tilemgr,
int tileId,
int tx,
int ty,
int orient)
Does the necessary jiggery pokery to figure out where the specified object's associated
location is.
|
static StageLocation |
StageSceneUtil.locationForObject(com.threerings.media.tile.TileManager tilemgr,
com.threerings.miso.data.ObjectInfo info)
Does the necessary jiggery pokery to figure out where the specified object's associated
location is.
|
static StageLocation |
StageSceneUtil.locationForObject(com.threerings.media.tile.TileManager tilemgr,
com.threerings.miso.data.ObjectInfo info,
int orient)
Does the necessary jiggery pokery to figure out where the specified object's associated
location is.
|
Copyright © 2015. All rights reserved.