|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.tudey.client.TudeySceneController.PawnState
protected static class TudeySceneController.PawnState
Records the state of the controlled pawn at the time of an input frame (along with the frame itself).
| Field Summary | |
|---|---|
protected InputFrame |
_frame
The input frame. |
protected Pawn |
_pawn
The pawn state. |
| Constructor Summary | |
|---|---|
TudeySceneController.PawnState(InputFrame frame,
Pawn pawn)
Creates a new pawn state. |
|
| Method Summary | |
|---|---|
InputFrame |
getFrame()
Returns a reference to the input frame. |
Pawn |
getPawn()
Returns a reference to the pawn. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected InputFrame _frame
protected Pawn _pawn
| Constructor Detail |
|---|
public TudeySceneController.PawnState(InputFrame frame,
Pawn pawn)
| Method Detail |
|---|
public InputFrame getFrame()
public Pawn getPawn()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||