public interface Draggable
Modifier and Type | Method and Description |
---|---|
com.jme3.math.Vector2f |
getLocation()
Returns the current location of the draggable in camera/viewport space.
|
void |
release()
Called when the drag session is done and the Draggable can
clean up any of its internal stuff.
|
void |
setLocation(float x,
float y)
Called by the drag session to update the position of the draggable
in camera/viewport space.
|
void |
updateDragStatus(DragStatus status)
Called by the drag session to update the drag status.
|
void setLocation(float x, float y)
com.jme3.math.Vector2f getLocation()
void updateDragStatus(DragStatus status)
void release()