Click or drag to resize

IControllerSettingsConfig Interface

A IConfigProperty that contains settings for the controllers

Namespace:  ImmerseSDK.Config
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
C#
public interface IControllerSettingsConfig : IConfigProperty

The IControllerSettingsConfig type exposes the following members.

Properties
  NameDescription
Public propertyAutoPointDistance
Distance (in meters) to use instead as minimum for going into auto-point state if there are engageable as well as interactable objects around
Public propertyCursorSize
Size of the cursor on Dialogs and other UI elements
Public propertyHapticFeedbackDurationSeconds
How long in Seconds the haptic feedback will last
Public propertyHapticFeedbackOnDrop
Enable/Disable haptic Feedback when objects are dropped
Public propertyHapticFeedbackOnPickUp
Enable/Disable haptic Feedback when objects are pickedUp
Public propertyHapticFeedbackOnSnap
Enable/Disable haptic Feedback when the object can be snapped
Public propertyOutlineLineThickness
Thinkness for the EngageObject highlight
Public propertyOutlinetColor
Alternate color to use for EngageObject highlight
Public propertyRadiusOfEffectForEngage
Distance (in meters) for the radius of object detection, measured from the interaction point on the controller
Public propertyShouldOutlineEngageObject
True to enable highlighting the object that will be engaged when you press the trigger, otherwise false
Public propertyUseAvatarColorForOutline
True to use the avatar color for the EngageObject highlight, otherwise use ColorForForHighlight property
Top
See Also