|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TudeySceneService
Provides services relating to Tudey scenes.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.threerings.presents.client.InvocationService |
|---|
com.threerings.presents.client.InvocationService.ConfirmListener, com.threerings.presents.client.InvocationService.InvocationListener, com.threerings.presents.client.InvocationService.ResultListener |
| Method Summary | |
|---|---|
void |
enqueueInputReliable(int acknowledge,
int smoothedTime,
InputFrame[] frames)
Requests to enqueue a batch of input frames recorded on the client (reliable version). |
void |
enqueueInputUnreliable(int acknowledge,
int smoothedTime,
InputFrame[] frames)
Requests to enqueue a batch of input frames recorded on the client (unreliable version). |
void |
enteredPlace()
Notifies the server that the client has successfully entered the place. |
void |
setCameraParams(CameraConfig config,
float aspect)
Requests to change the client's camera parameters (which affect its area of interest). |
void |
setTarget(int pawnId)
Requests to track the specified pawn. |
void |
submitActorRequest(int actorId,
String request)
Submits a request related to the identified actor. |
void |
submitEntryRequest(Object key,
String request)
Submits a request related to the identified scene entry. |
| Method Detail |
|---|
void enteredPlace()
void enqueueInputReliable(int acknowledge,
int smoothedTime,
InputFrame[] frames)
acknowledge - the timestamp of the last delta received by the client.smoothedTime - the client's smoothed server time estimate.
void enqueueInputUnreliable(int acknowledge,
int smoothedTime,
InputFrame[] frames)
acknowledge - the timestamp of the last delta received by the client.smoothedTime - the client's smoothed server time estimate.void setTarget(int pawnId)
void setCameraParams(CameraConfig config,
float aspect)
void submitEntryRequest(Object key,
String request)
void submitActorRequest(int actorId,
String request)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||