|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Participant | |
---|---|
net.jinx.action.input | |
net.jinx.action.input.robot |
Uses of Participant in net.jinx.action.input |
---|
Methods in net.jinx.action.input with parameters of type Participant | |
---|---|
void |
ActionMap.act(Participant p,
float dt)
Polls for input from the InputDevice attached to this ActionMap and then sends action data back to the calling Participant. |
void |
Behavior.act(Participant p,
float dt)
Causes p to act in some manner, according to this Behavior's mode of operation. |
Uses of Participant in net.jinx.action.input.robot |
---|
Subclasses of Participant in net.jinx.action.input.robot | |
---|---|
class |
Robot
Robot is a Participant extension that is suitable for simulating robots and vehicles. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |