UxrManipulationHapticFeedback.MaxSpeed Property
Gets or sets the maximum manipulation speed, which is the object travel speed while being manipulated above which the haptics will be sent with MaxFrequency and MaxAmplitude. Speeds down to MinSpeed will send haptic feedback with frequency and amplitude values linearly decreasing down to MinFrequency and MinAmplitude. This allows to send haptic feedback with an intensity/frequency depending on how fast the object is being moved.
Namespace: UltimateXR.Haptics.Helpers
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public float MaxSpeed { get; set; }
Property Value
Type: Single
See Also
Reference
UxrManipulationHapticFeedback Class
UltimateXR.Haptics.Helpers Namespace