Click or drag to resize

ControllerSettings Class

Configuration file to set Controller related options
Inheritance Hierarchy
SystemObject
  UnityEngine.Object
    UnityEngine.ScriptableObject
      ImmerseSDK.ControllersControllerSettings

Namespace:  ImmerseSDK.Controllers
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public sealed class ControllerSettings : UnityEngine.ScriptableObject

The ControllerSettings type exposes the following members.

Constructors
  NameDescription
Public methodControllerSettings
Initializes a new instance of the ControllerSettings class
Top
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 picked up
Public propertyHapticFeedbackOnSnap
Enable/Disable haptic feedback when the object can be snapped
Public propertyMinTriggerValueForHandUi
Minimum amount of trigger press before HandGui will not be displayed
Public propertyOutlineColor
Alternate color to use for EngageObject Outlining
Public propertyOutlineLineThickness
Thickness for the EngageObject Outline
Public propertyRadiusOfEffectForEngage
Distance (in meters) for the radius of object detection, measured from the interaction point on the controller
Public propertyShouldOutlineEngageObject
True to enable Outlining the object that will be engaged when you press the trigger, otherwise false
Public propertyShowControllerInstructionsAtStartup
Should the controller instructions dialog be displayed at startup?
Public propertyUseAvatarColorForOutline
True to use the avatar color for the EngageObject Outline
Top
Fields
See Also