|
Drag[en]gine Script Module DragonScript 1.32.1
|
Squeeze action. More...
Public Member Functions | |
| void | analogAbsolute (BAAVRGrab action, float value) |
| Analog absolute. | |
| SqueezeAction | new (ECBehaviorPlayerControllable.Tracker tracker, String name, String description, bool rightHand) |
Public Member Functions inherited from Dragengine.Commands.CommandsBAAVRGrab.Base | |
| void | analogAbsolute (float value) |
| Absolute input device axis position changed. | |
| void | press (BAAVRGrab action) |
| Pressed. | |
| void | release (BAAVRGrab action) |
| Released. | |
| void | start () |
| Input device key or button has been pressed. | |
| void | stop () |
| Input device key or button has been released. | |
Public Member Functions inherited from Dragengine.Commands.Command | |
| void | analogRelative (float value) |
| Relative input device axis position changed. | |
| void | approach () |
| User finger approached device button. | |
| String | getDescription () |
| Description. | |
| String | getDisplayName () |
| Display name or null. | |
| String | getName () |
| Unique name. | |
| String | getTranslateDescription () |
| Translation description or null. | |
| String | getTranslateDisplayName () |
| Translation display name or null. | |
| Command | new () |
| Create command. | |
| Command | new (String name, String description) |
| Create command. | |
| void | pulse () |
| Convenience method calling start() and stop() in succession. | |
| void | setDescription (String description) |
| Set description. | |
| void | setDisplayName (String displayName) |
| Set display name or null. | |
| void | setName (String name) |
| Set unique name of the command. | |
| void | setTranslateDescription (String translateName) |
| Set translate description or null. | |
| void | setTranslateDisplayName (String translateName) |
| Set translate display name or null. | |
| void | touch () |
| Input device button has been touched. | |
| String | translateDescription () |
| Translated command description using default TranslationManager. | |
| String | translateDescription (TranslationManager translationManager) |
| Translated command description. | |
| String | translateDisplayName () |
| Translated display name using default TranslationManager. | |
| String | translateDisplayName (TranslationManager translationManager) |
| Translated display name. | |
| void | untouch () |
| Input device button has been untouched. | |
| void | withdraw () |
| User finger withdrew from device button. | |
Additional Inherited Members | |
Public Attributes inherited from Dragengine.Commands.Command | |
| String | pName |
Protected Member Functions inherited from Dragengine.Commands.CommandsBAAVRGrab.Base | |
| BAAVRGrab | getGrab () |
| ECBehaviorPlayerControllable.Tracker | getTracker () |
Protected Attributes inherited from Dragengine.Commands.CommandsBAAVRGrab.Base | |
| bool | pRightHand |
| ECBehaviorPlayerControllable.Tracker | pTracker |
Squeeze action.
| void Dragengine.Commands.CommandsBAAVRGrab.SqueezeAction.analogAbsolute | ( | BAAVRGrab | action, |
| float | value | ||
| ) |
Analog absolute.
Reimplemented from Dragengine.Commands.CommandsBAAVRGrab.Base.
| SqueezeAction Dragengine.Commands.CommandsBAAVRGrab.SqueezeAction.new | ( | ECBehaviorPlayerControllable.Tracker | tracker, |
| String | name, | ||
| String | description, | ||
| bool | rightHand | ||
| ) |
Reimplemented from Dragengine.Commands.CommandsBAAVRGrab.Base.