| Package | Description |
|---|---|
| com.threerings.stage.data | |
| com.threerings.stage.tools.viewer | |
| com.threerings.whirled.spot.client | |
| com.threerings.whirled.spot.data | |
| com.threerings.whirled.spot.server |
| Modifier and Type | Class and Description |
|---|---|
class |
StageLocation
Contains information on a scene occupant's position and orientation.
|
| Modifier and Type | Method and Description |
|---|---|
Location |
StageLocation.getOpposite() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StageLocation.equivalent(Location oloc)
Location equivalence means that the coordinates and orientation are
the same.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ViewerScenePanel.setScene(StageScene scene,
Location defloc) |
| Modifier and Type | Method and Description |
|---|---|
Location |
SpotSceneDirector.getIntendedLocation()
Returns our current location unless we have a location change pending, in which case our
pending location is returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpotService.changeLocation(int sceneId,
Location loc,
com.threerings.presents.client.InvocationService.ConfirmListener listener)
Requests that this client's body be made to move to the specified
location.
|
void |
SpotSceneDirector.changeLocation(Location loc,
ResultListener<Location> listener)
Issues a request to change our location within the scene to the specified location.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpotSceneDirector.changeLocation(Location loc,
ResultListener<Location> listener)
Issues a request to change our location within the scene to the specified location.
|
| Modifier and Type | Field and Description |
|---|---|
Location |
SceneLocation.loc
The actual location, which is interpreted by the display system.
|
Location |
Portal.loc
The location of the portal.
|
| Modifier and Type | Method and Description |
|---|---|
Location |
Location.clone()
Locations are cloneable.
|
Location |
Portal.getLocation()
Returns a location instance configured with the location and
orientation of this portal.
|
Location |
Portal.getOppLocation()
Returns a location instance configured with the location and
opposite orientation of this portal.
|
Location |
Location.getOpposite()
Get a new Location instance that is equals() to this one but that
has an orientation facing the opposite direction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpotMarshaller.changeLocation(int arg1,
Location arg2,
com.threerings.presents.client.InvocationService.ConfirmListener arg3) |
boolean |
Location.equivalent(Location other)
Two locations are equivalent if they specify the same location
and orientation.
|
| Constructor and Description |
|---|
SceneLocation(Location loc,
int bodyOid)
Creates a scene location with the specified information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpotSceneRegistry.changeLocation(com.threerings.presents.data.ClientObject caller,
int sceneId,
Location loc,
com.threerings.presents.client.InvocationService.ConfirmListener listener) |
void |
SpotProvider.changeLocation(com.threerings.presents.data.ClientObject caller,
int arg1,
Location arg2,
com.threerings.presents.client.InvocationService.ConfirmListener arg3)
|
Copyright © 2015. All rights reserved.