Show / Hide Table of Contents

Struct HVRTouchWeight

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: HurricaneVR.Framework.Shared
Assembly: HurricaneVR.Framework.dll
Syntax
[Serializable]
public struct HVRTouchWeight

Constructors

| Improve this Doc View Source

HVRTouchWeight(Single, Single, Single, Single, Single)

Declaration
public HVRTouchWeight(float t, float i, float m, float r, float p)
Parameters
Type Name Description
System.Single t
System.Single i
System.Single m
System.Single r
System.Single p

Fields

| Improve this Doc View Source

Index

Declaration
[Range(0F, 1F)]
public float Index
Field Value
Type Description
System.Single
| Improve this Doc View Source

Middle

Declaration
[Range(0F, 1F)]
public float Middle
Field Value
Type Description
System.Single
| Improve this Doc View Source

Pinky

Declaration
[Range(0F, 1F)]
public float Pinky
Field Value
Type Description
System.Single
| Improve this Doc View Source

Ring

Declaration
[Range(0F, 1F)]
public float Ring
Field Value
Type Description
System.Single
| Improve this Doc View Source

Thumb

Declaration
[Range(0F, 1F)]
public float Thumb
Field Value
Type Description
System.Single
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX