This page has been translated automatically.
Video Tutorials
Interface
Essentials
Advanced
How To
Basics
Rendering
Professional (SIM)
UnigineEditor
Interface Overview
Assets Workflow
Version Control
Settings and Preferences
Working With Projects
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Lighting
Sandworm
Using Editor Tools for Specific Tasks
Extending Editor Functionality
Built-in Node Types
Nodes
Objects
Effects
Decals
Light Sources
Geodetics
World Nodes
Sound Objects
Pathfinding Objects
Players
Programming
Fundamentals
Setting Up Development Environment
Usage Examples
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
Plugins
File Formats
Materials and Shaders
Rebuilding the Engine Tools
GUI
Double Precision Coordinates
API
Animations-Related Classes
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Objects-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
IG Plugin
CIGIConnector Plugin
Rendering-Related Classes
Content Creation
Content Optimization
Materials
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials

Unigine.VRHandTracking Class

This class manages the VR hand tracking feature. It allows visualizing the bones basis, velocity and size to check and configure the hands configuration.

Notice
VR hand tracking is available for the Varjo devices only.

VRHandTracking Class

Properties

VRHand HandLeft#

The left hand.

VRHand HandRight#

The right hand.

bool VisualizerEnabled#

Console: vr_hand_tracking_visualizer_enabled
The value indicating if the visualizer for hands is enabled. This option requires the visualizer mode to be enabled.
The default value is false.

bool ShowBasis#

Console: vr_hand_tracking_show_basis
The value indicating if the visualizer for the basis of each hand bone is enabled. This option requires the hand visualizer to be enabled.
The default value is false.

bool ShowVelocity#

Console: vr_hand_tracking_show_velocity
The value indicating if the visualizer for the velocity vectors of each hand bone is enabled. This option requires the hand visualizer to be enabled.
The default value is false.

bool ShowBoneSizes#

Console: vr_hand_tracking_show_bone_sizes
The value indicating if the visualizer for the size of each hand bone is enabled. This option requires the hand visualizer to be enabled.
The default value is false.
Last update: 2024-10-16
Build: ()