Show / Hide Table of Contents

Class HapticData

Inheritance
System.Object
HapticData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: HurricaneVR.Framework.Shared
Assembly: HurricaneVR.Framework.dll
Syntax
[Serializable]
public class HapticData

Constructors

| Improve this Doc View Source

HapticData()

Declaration
public HapticData()
| Improve this Doc View Source

HapticData(Single, Single, Single)

Declaration
public HapticData(float duration, float amplitude, float frequency)
Parameters
Type Name Description
System.Single duration
System.Single amplitude
System.Single frequency

Fields

| Improve this Doc View Source

Amplitude

Declaration
public float Amplitude
Field Value
Type Description
System.Single
| Improve this Doc View Source

Duration

Declaration
public float Duration
Field Value
Type Description
System.Single
| Improve this Doc View Source

Frequency

Declaration
public float Frequency
Field Value
Type Description
System.Single

Properties

| Improve this Doc View Source

Valid

Declaration
public bool Valid { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX