EngageableObjectHapticOverride Class |
Namespace: ImmerseSDK
public class EngageableObjectHapticOverride : UnityEngine.MonoBehaviour
The EngageableObjectHapticOverride type exposes the following members.
Name | Description | |
---|---|---|
EngageableObjectHapticOverride | Initializes a new instance of the EngageableObjectHapticOverride class |
Name | Description | |
---|---|---|
HapticFeedbackDurationInSeconds |
How long in seconds the haptic feedback will last
| |
HapticFeedbackOnDrop |
Used by EngagableObject to override the app level config for drop Haptic Feedback
| |
HapticFeedbackOnPickUp |
Used by EngagableObject to override the app level config for Pick up Haptic Feedback
| |
HapticFeedbackOnSnap |
Used by EngagableObject to override the app level config for Snap Haptic Feedback
|
Name | Description | |
---|---|---|
_hapticFeedbackDurationInSecondsOverride | ||
_hapticFeedbackOnDropOverride | ||
_hapticFeedbackOnPickUpOverride | ||
_hapticFeedbackOnSnapOverride |
Name | Description | |
---|---|---|
GetCopyOf |
Copies all properties of a component from source to target. Uses reflection to set properties.
(Defined by ComponentExtensions.) | |
WaitForT |
Waits for a singleton on a coroutine
(Defined by SingletonManager.) |