Class SelectionControl
- java.lang.Object
-
- com.jme3.app.state.AbstractAppState
-
- jadex.extension.envsupport.observer.graphics.jmonkey.appstate.selection.SelectionControl
-
- All Implemented Interfaces:
com.jme3.app.state.AppState
public class SelectionControl extends com.jme3.app.state.AbstractAppState
-
-
Constructor Summary
Constructors Constructor Description SelectionControl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
computeSelectedId()
IVector3
getMouseContactPoint()
Vector3Int
getSelectedWorldCoord()
void
initialize(com.jme3.app.state.AppStateManager stateManager, com.jme3.app.Application app)
-
-
-
Method Detail
-
initialize
public void initialize(com.jme3.app.state.AppStateManager stateManager, com.jme3.app.Application app)
- Specified by:
initialize
in interfacecom.jme3.app.state.AppState
- Overrides:
initialize
in classcom.jme3.app.state.AbstractAppState
-
getMouseContactPoint
public IVector3 getMouseContactPoint()
-
getSelectedWorldCoord
public Vector3Int getSelectedWorldCoord()
-
computeSelectedId
public java.lang.Object computeSelectedId()
-
-