Show / Hide Table of Contents

Class HVRFingerSettings

Inheritance
System.Object
UnityEngine.Object
UnityEngine.ScriptableObject
HVRFingerSettings
Inherited Members
UnityEngine.ScriptableObject.SetDirty()
UnityEngine.ScriptableObject.CreateInstance(System.String)
UnityEngine.ScriptableObject.CreateInstance(System.Type)
UnityEngine.ScriptableObject.CreateInstance<T>()
UnityEngine.Object.GetInstanceID()
UnityEngine.Object.GetHashCode()
UnityEngine.Object.Equals(System.Object)
UnityEngine.Object.Instantiate(UnityEngine.Object, UnityEngine.Vector3, UnityEngine.Quaternion)
UnityEngine.Object.Instantiate(UnityEngine.Object, UnityEngine.Vector3, UnityEngine.Quaternion, UnityEngine.Transform)
UnityEngine.Object.Instantiate(UnityEngine.Object)
UnityEngine.Object.Instantiate(UnityEngine.Object, UnityEngine.Transform)
UnityEngine.Object.Instantiate(UnityEngine.Object, UnityEngine.Transform, System.Boolean)
UnityEngine.Object.Instantiate<T>(T)
UnityEngine.Object.Instantiate<T>(T, UnityEngine.Vector3, UnityEngine.Quaternion)
UnityEngine.Object.Instantiate<T>(T, UnityEngine.Vector3, UnityEngine.Quaternion, UnityEngine.Transform)
UnityEngine.Object.Instantiate<T>(T, UnityEngine.Transform)
UnityEngine.Object.Instantiate<T>(T, UnityEngine.Transform, System.Boolean)
UnityEngine.Object.Destroy(UnityEngine.Object, System.Single)
UnityEngine.Object.Destroy(UnityEngine.Object)
UnityEngine.Object.DestroyImmediate(UnityEngine.Object, System.Boolean)
UnityEngine.Object.DestroyImmediate(UnityEngine.Object)
UnityEngine.Object.FindObjectsOfType(System.Type)
UnityEngine.Object.DontDestroyOnLoad(UnityEngine.Object)
UnityEngine.Object.DestroyObject(UnityEngine.Object, System.Single)
UnityEngine.Object.DestroyObject(UnityEngine.Object)
UnityEngine.Object.FindSceneObjectsOfType(System.Type)
UnityEngine.Object.FindObjectsOfTypeIncludingAssets(System.Type)
UnityEngine.Object.FindObjectsOfType<T>()
UnityEngine.Object.FindObjectOfType<T>()
UnityEngine.Object.FindObjectsOfTypeAll(System.Type)
UnityEngine.Object.FindObjectOfType(System.Type)
UnityEngine.Object.ToString()
UnityEngine.Object.name
UnityEngine.Object.hideFlags
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: HurricaneVR.Framework.Shared
Assembly: HurricaneVR.Framework.dll
Syntax
[CreateAssetMenu(menuName = "HurricaneVR/Finger Settings", fileName = "FingerSettings")]
public class HVRFingerSettings : ScriptableObject

Fields

| Improve this Doc View Source

GripWeight

Declaration
public HVRTouchWeight GripWeight
Field Value
Type Description
HVRTouchWeight
| Improve this Doc View Source

JoystickTouchWeight

Declaration
[Header("Per Button Per Finger Weights")]
public HVRTouchWeight JoystickTouchWeight
Field Value
Type Description
HVRTouchWeight
| Improve this Doc View Source

KnucklesOverrideGripFingers

Declaration
[Tooltip("Since OpenXR doesn't support finger tracking yet, you might want to set this to true until they implement it")]
public bool KnucklesOverrideGripFingers
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

KnucklesOverrideIndex

Declaration
[Tooltip("Knuckles Default trigger touch pulls to .83, trigger completes the finger curl to .83 to 1. Enable to override with the below touch weights")]
public bool KnucklesOverrideIndex
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

KnucklesOverrideThumb

Declaration
[Header("Knuckles Overrides")]
[Tooltip("Knuckles default thumb behaviour is mostly bent thumb on all capacitive buttons, and even joystick movement. Enable to override with the below touch weights.")]
public bool KnucklesOverrideThumb
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

OverrideIndex

Declaration
public bool OverrideIndex
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

OverrideThumb

Declaration
[Header("Non Knuckles SteamVR Finger Curl Overrides. Enable to use below weights when using SteamVR.")]
public bool OverrideThumb
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

OverrideTriggerGrab

Declaration
public bool OverrideTriggerGrab
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

PrimaryTouchWeight

Declaration
public HVRTouchWeight PrimaryTouchWeight
Field Value
Type Description
HVRTouchWeight
| Improve this Doc View Source

SecondaryTouchWeight

Declaration
public HVRTouchWeight SecondaryTouchWeight
Field Value
Type Description
HVRTouchWeight
| Improve this Doc View Source

TrackpadTouchWeight

Declaration
public HVRTouchWeight TrackpadTouchWeight
Field Value
Type Description
HVRTouchWeight
| Improve this Doc View Source

TriggerTouchWeight

Declaration
public HVRTouchWeight TriggerTouchWeight
Field Value
Type Description
HVRTouchWeight
| Improve this Doc View Source

TriggerWeight

Declaration
public HVRTouchWeight TriggerWeight
Field Value
Type Description
HVRTouchWeight

Properties

| Improve this Doc View Source

IndexTotal

Declaration
public float IndexTotal { get; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

MiddleTotal

Declaration
public float MiddleTotal { get; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

PinkyTotal

Declaration
public float PinkyTotal { get; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

RingTotal

Declaration
public float RingTotal { get; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

ThumbTotal

Declaration
public float ThumbTotal { get; }
Property Value
Type Description
System.Single

Methods

| Improve this Doc View Source

Evaluate(Single[], Single, Single, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)

Declaration
public void Evaluate(float[] curls, float grip, float trigger, bool triggerTouch, bool primaryTouch, bool secondaryTouch, bool trackpadTouch, bool joystickTouch, bool knuckles)
Parameters
Type Name Description
System.Single[] curls
System.Single grip
System.Single trigger
System.Boolean triggerTouch
System.Boolean primaryTouch
System.Boolean secondaryTouch
System.Boolean trackpadTouch
System.Boolean joystickTouch
System.Boolean knuckles
| Improve this Doc View Source

Reset()

Declaration
public void Reset()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX