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 SummaryConstructors Constructor Description SelectionControl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectcomputeSelectedId()IVector3getMouseContactPoint()Vector3IntgetSelectedWorldCoord()voidinitialize(com.jme3.app.state.AppStateManager stateManager, com.jme3.app.Application app)
 
- 
- 
- 
Method Detail- 
initializepublic void initialize(com.jme3.app.state.AppStateManager stateManager, com.jme3.app.Application app)- Specified by:
- initializein interface- com.jme3.app.state.AppState
- Overrides:
- initializein class- com.jme3.app.state.AbstractAppState
 
 - 
getMouseContactPointpublic IVector3 getMouseContactPoint() 
 - 
getSelectedWorldCoordpublic Vector3Int getSelectedWorldCoord() 
 - 
computeSelectedIdpublic java.lang.Object computeSelectedId() 
 
- 
 
-