Unigine.InputEventVRAxisMotion Class
Inherits from: | InputEvent |
InputEventVRAxisMotion Class
Properties
int ConnectionID#
The Connection identifier.
int Axis#
The VR controller axis.
float Value#
The axis position value.
Members
InputEventVRAxisMotion ( ) #
Default constructor.InputEventVRAxisMotion ( ulong timestamp, ivec2 mouse_pos ) #
VR controller axis motion event constructor.Arguments
- ulong timestamp - Timestamp of the event.
- ivec2 mouse_pos - Position of the mouse.
InputEventVRAxisMotion ( ulong timestamp, ivec2 mouse_pos, int connection_id, int axis, float value ) #
VR controller axis motion event constructor.Arguments
- ulong timestamp - Timestamp of the event.
- ivec2 mouse_pos - Position of the mouse.
- int connection_id - Connection identifier.
- int axis - VR controller axis index.
- float value - Axis position value.
Last update:
13.12.2024
Помогите сделать статью лучше
Была ли эта статья полезной?
(или выберите слово/фразу и нажмите Ctrl+Enter