IControllerSettingsConfig Interface |
Namespace: ImmerseSDK.Config
public interface IControllerSettingsConfig : IConfigProperty
The IControllerSettingsConfig type exposes the following members.
Name | Description | |
---|---|---|
AutoPointDistance |
Distance (in meters) to use instead as minimum for going into auto-point state if there are engageable as well as interactable objects around
| |
CursorSize |
Size of the cursor on Dialogs and other UI elements
| |
HapticFeedbackDurationSeconds |
How long in Seconds the haptic feedback will last
| |
HapticFeedbackOnDrop |
Enable/Disable haptic Feedback when objects are dropped
| |
HapticFeedbackOnPickUp |
Enable/Disable haptic Feedback when objects are pickedUp
| |
HapticFeedbackOnSnap |
Enable/Disable haptic Feedback when the object can be snapped
| |
OutlineLineThickness |
Thinkness for the EngageObject highlight
| |
OutlinetColor |
Alternate color to use for EngageObject highlight
| |
RadiusOfEffectForEngage |
Distance (in meters) for the radius of object detection, measured from the interaction point on the controller
| |
ShouldOutlineEngageObject |
True to enable highlighting the object that will be engaged when you press the trigger, otherwise false
| |
UseAvatarColorForOutline |
True to use the avatar color for the EngageObject highlight, otherwise use ColorForForHighlight property
|