Tanoda
Leap.Unity.LeapXRPinchLocomotion Class Reference

Ensure this script is on your player object and set to execute before the LeapXRServiceProvider More...

Inheritance diagram for Leap.Unity.LeapXRPinchLocomotion:

Public Attributes

LeapXRServiceProvider provider
 
float pinchThreshold = 25f
 
float momentum = 0.125f
 
bool horizontalRotation = true
 
bool enableScaling = true
 

Detailed Description

Ensure this script is on your player object and set to execute before the LeapXRServiceProvider

Definition at line 15 of file LeapXRPinchLocomotion.cs.

Member Data Documentation

◆ enableScaling

bool Leap.Unity.LeapXRPinchLocomotion.enableScaling = true

Definition at line 25 of file LeapXRPinchLocomotion.cs.

◆ horizontalRotation

bool Leap.Unity.LeapXRPinchLocomotion.horizontalRotation = true

Definition at line 24 of file LeapXRPinchLocomotion.cs.

◆ momentum

float Leap.Unity.LeapXRPinchLocomotion.momentum = 0.125f

Definition at line 23 of file LeapXRPinchLocomotion.cs.

◆ pinchThreshold

float Leap.Unity.LeapXRPinchLocomotion.pinchThreshold = 25f

Definition at line 21 of file LeapXRPinchLocomotion.cs.

◆ provider

LeapXRServiceProvider Leap.Unity.LeapXRPinchLocomotion.provider

Definition at line 19 of file LeapXRPinchLocomotion.cs.


The documentation for this class was generated from the following file: