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 SourceGripWeight
Declaration
public HVRTouchWeight GripWeight
Field Value
Type | Description |
---|---|
HVRTouchWeight |
JoystickTouchWeight
Declaration
[Header("Per Button Per Finger Weights")]
public HVRTouchWeight JoystickTouchWeight
Field Value
Type | Description |
---|---|
HVRTouchWeight |
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 |
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 |
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 |
OverrideIndex
Declaration
public bool OverrideIndex
Field Value
Type | Description |
---|---|
System.Boolean |
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 |
OverrideTriggerGrab
Declaration
public bool OverrideTriggerGrab
Field Value
Type | Description |
---|---|
System.Boolean |
PrimaryTouchWeight
Declaration
public HVRTouchWeight PrimaryTouchWeight
Field Value
Type | Description |
---|---|
HVRTouchWeight |
SecondaryTouchWeight
Declaration
public HVRTouchWeight SecondaryTouchWeight
Field Value
Type | Description |
---|---|
HVRTouchWeight |
TrackpadTouchWeight
Declaration
public HVRTouchWeight TrackpadTouchWeight
Field Value
Type | Description |
---|---|
HVRTouchWeight |
TriggerTouchWeight
Declaration
public HVRTouchWeight TriggerTouchWeight
Field Value
Type | Description |
---|---|
HVRTouchWeight |
TriggerWeight
Declaration
public HVRTouchWeight TriggerWeight
Field Value
Type | Description |
---|---|
HVRTouchWeight |
Properties
| Improve this Doc View SourceIndexTotal
Declaration
public float IndexTotal { get; }
Property Value
Type | Description |
---|---|
System.Single |
MiddleTotal
Declaration
public float MiddleTotal { get; }
Property Value
Type | Description |
---|---|
System.Single |
PinkyTotal
Declaration
public float PinkyTotal { get; }
Property Value
Type | Description |
---|---|
System.Single |
RingTotal
Declaration
public float RingTotal { get; }
Property Value
Type | Description |
---|---|
System.Single |
ThumbTotal
Declaration
public float ThumbTotal { get; }
Property Value
Type | Description |
---|---|
System.Single |
Methods
| Improve this Doc View SourceEvaluate(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 |
Reset()
Declaration
public void Reset()