![]() | InputModule Class |
Namespace: ImmerseSDK.Controllers
[ScriptOrderAttribute(-30000)] public abstract class InputModule : LoggingBehaviour, ISerialisationDataProvider
The InputModule type exposes the following members.
Name | Description | |
---|---|---|
![]() | InputModule | Initializes a new instance of the InputModule class |
Name | Description | |
---|---|---|
![]() | IsCollaborateToolsEnabled |
True if collaborate tools are enabled
|
![]() | IsCustomHandStateDefined |
True if a custom hand state has been defined
|
![]() | MinDeltaValueForOrb |
Minimum delta value for orb
|
![]() | SelectionToolOrbDeadZoneAmount |
Value for orb deadzone. This is a zone in the center that will be ignored
|
Name | Description | |
---|---|---|
![]() | CustomHandStateToggle |
When true the following will happen:
- If in the default (or other exitable) hand state, then the first available custom hand state will be shown.
- If already in a custom hand state, then the next available custom hand state will be shown.
- If no further custom hand states are available, then the previous built in state will be returned to.
|
![]() | GesturePoint |
Indicates whether a pointing gesture should be entered on the hand associated with this controller
|
![]() | GestureUnPoint |
Indicates whether a pointing gesture should be exited on the hand associated with this controller
|
![]() | HandGrab |
Indicates whether input on this controller has caused a grabbing state to be entered on the associated hand
|
![]() | HandGripAmount |
Indicates the amount of grip the hand associated with this controller has from inputs in the current frame. Returns a float value between 0 (no grip) and 1 (fully gripped)
|
![]() | HandRelease |
Indicates whether input on this controller has caused a grabbing state to be exited on the associated hand
|
![]() | HandReleaseToolPickup |
Indicates whether input on this controller has caused a grabbing state for ToolPickup classes to be exited on the associated hand
|
![]() | HasFrameBeenHandled |
This in only used in testing by the sdk. Please do not call this method manually.
|
![]() | Initialize |
Called during Avatar setup, when this component is added to the avatars hand / controller gameObjects
|
![]() | InputFrameHandled |
This in only used in testing by the sdk. Please do not call this method manually.
|
![]() | ResetState |
Resets the internal state of this input module. This is called by the SDK whenever the hand enters the default state.
|
![]() | TeleportCancel |
Indicates whether controller input has caused the teleport seek state to be cancelled
|
![]() | TeleportChoose |
Indicates whether controller input has caused a teleport target to be chosen
|
![]() | TeleportSeek |
Indicates whether controller input has caused the teleport seek state to be entered
|
![]() | UIPress |
Indicates whether controller input should cause a Menu UI press event
|
![]() | UIRelease |
Indicates whether controller input should cause a Menu UI release event
|
![]() | Vibrate |
Causes haptic feedback vibration on the controller to start this frame and continue for a specified amount of time
|
![]() | VibrateOverTime |
Causes Vibration over time for when you need a longer vibration than the base
|
Name | Description | |
---|---|---|
![]() | _serialisedInputData |
Serialised data where first block is the boolean values, followed by the floats
|
![]() ![]() | DefaultDeadZoneValueForOrb |
Default value for orb deadzone
|
![]() ![]() | DefaultHapticDurationInSeconds |
Default time to vibrate for
|
![]() ![]() | DefaultMinDeltaValueForOrb |
Default minimum delta value for orb
|
Name | Description | |
---|---|---|
![]() | GetCopyOf |
Copies all properties of a component from source to target. Uses reflection to set properties.
(Defined by ComponentExtensions.) |
![]() | WaitForT |
Waits for a singleton on a coroutine
(Defined by SingletonManager.) |