|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.jme.pickingsystem.data.PickRequest
public class PickRequest
The Class PickRequest.
Field Summary | |
---|---|
static int |
PICKMODE_ALL
The Constant PICKMODE_ALL. |
static int |
PICKMODE_CLOSEST_ONLY
The Constant PICKMODE_CLOSEST_ONLY. |
Constructor Summary | |
---|---|
PickRequest(long requestingCursorID,
com.jme.math.Vector2f screenPos)
Instantiates a new pick request. |
Method Summary | |
---|---|
com.jme.math.Vector2f |
getCursorPosition()
Location in screen coordinates. |
long |
getRequestingCursorID()
id of the cursor, from the table. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int PICKMODE_ALL
public static final int PICKMODE_CLOSEST_ONLY
Constructor Detail |
---|
public PickRequest(long requestingCursorID, com.jme.math.Vector2f screenPos)
requestingCursorID
- the requesting cursor idscreenPos
- the screen posMethod Detail |
---|
public com.jme.math.Vector2f getCursorPosition()
public long getRequestingCursorID()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |