public class ContentSystemPicker extends java.lang.Object implements IPickSystem
| Constructor and Description |
|---|
ContentSystemPicker(com.jme3.scene.Node rootOrthoNode,
int displayWidth,
int displayHeight)
Instantiates a new content system picker.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IItem> |
findItemsOnTableAtPosition(com.jme3.math.Vector2f pickPoint)
Find items at a position in screen coordinates.
|
public ContentSystemPicker(com.jme3.scene.Node rootOrthoNode,
int displayWidth,
int displayHeight)
rootOrthoNode - the root ortho nodedisplayWidth - the display widthdisplayHeight - the display heightpublic java.util.List<IItem> findItemsOnTableAtPosition(com.jme3.math.Vector2f pickPoint)
IPickSystemfindItemsOnTableAtPosition in interface IPickSystem