UxrManipulationHapticFeedback.MinSpeed Property
Gets or sets the minimum manipulation speed, which is the object travel speed while being manipulated below which the haptics will be sent with MinFrequency and MinAmplitude. Speeds up to MaxSpeed will send haptic feedback with frequency and amplitude values linearly increasing up to MaxFrequency and MaxAmplitude. 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 MinSpeed { get; set; }
Property Value
Type: Single
See Also
Reference
UxrManipulationHapticFeedback Class
UltimateXR.Haptics.Helpers Namespace