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 SourceHapticData()
Declaration
public HapticData()
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 SourceAmplitude
Declaration
public float Amplitude
Field Value
Type | Description |
---|---|
System.Single |
Duration
Declaration
public float Duration
Field Value
Type | Description |
---|---|
System.Single |
Frequency
Declaration
public float Frequency
Field Value
Type | Description |
---|---|
System.Single |
Properties
| Improve this Doc View SourceValid
Declaration
public bool Valid { get; }
Property Value
Type | Description |
---|---|
System.Boolean |