Tanoda
|
Ensure this script is on your player object and set to execute before the LeapXRServiceProvider More...
Public Attributes | |
LeapXRServiceProvider | provider |
float | pinchThreshold = 25f |
float | momentum = 0.125f |
bool | horizontalRotation = true |
bool | enableScaling = true |
Ensure this script is on your player object and set to execute before the LeapXRServiceProvider
Definition at line 15 of file LeapXRPinchLocomotion.cs.
bool Leap.Unity.LeapXRPinchLocomotion.enableScaling = true |
Definition at line 25 of file LeapXRPinchLocomotion.cs.
bool Leap.Unity.LeapXRPinchLocomotion.horizontalRotation = true |
Definition at line 24 of file LeapXRPinchLocomotion.cs.
float Leap.Unity.LeapXRPinchLocomotion.momentum = 0.125f |
Definition at line 23 of file LeapXRPinchLocomotion.cs.
float Leap.Unity.LeapXRPinchLocomotion.pinchThreshold = 25f |
Definition at line 21 of file LeapXRPinchLocomotion.cs.
LeapXRServiceProvider Leap.Unity.LeapXRPinchLocomotion.provider |
Definition at line 19 of file LeapXRPinchLocomotion.cs.