public interface SceneService
extends com.threerings.presents.client.InvocationService
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SceneService.SceneMoveListener
Used to communicate the response to a
moveTo(int, int, com.threerings.whirled.client.SceneService.SceneMoveListener) request. |
| Modifier and Type | Method and Description |
|---|---|
void |
moveTo(int sceneId,
int version,
SceneService.SceneMoveListener listener)
Requests that that this client's body be moved to the specified scene.
|
void moveTo(int sceneId,
int version,
SceneService.SceneMoveListener listener)
sceneId - the scene id to which we want to move.version - the version number of the scene object that we have in our local repository.Copyright © 2015. All rights reserved.