public class ShadowTestUIManager extends java.lang.Object implements ActionListener
Constructor and Description |
---|
ShadowTestUIManager(AssetManager assetManager,
AbstractShadowRenderer plsr,
AbstractShadowFilter plsf,
Node guiNode,
InputManager inputManager,
ViewPort viewPort) |
Modifier and Type | Method and Description |
---|---|
void |
onAction(java.lang.String name,
boolean keyPressed,
float tpf)
Called when an input to which this listener is registered to is invoked.
|
public ShadowTestUIManager(AssetManager assetManager, AbstractShadowRenderer plsr, AbstractShadowFilter plsf, Node guiNode, InputManager inputManager, ViewPort viewPort)
public void onAction(java.lang.String name, boolean keyPressed, float tpf)
ActionListener
onAction
in interface ActionListener
name
- The name of the mapping that was invokedkeyPressed
- True if the action is "pressed", false otherwisetpf
- The time per frame value.