Click or drag to resize

IHandMenuSettingsConfig Interface

A IConfigProperty that contains settings for the hand menu

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

The IHandMenuSettingsConfig type exposes the following members.

Properties
  NameDescription
Public propertyCancelWaitTimeInSeconds
Wait time, in seconds, for cancelling the hide of the menu. If you accidentally hide the menu, this is the time given to immediately show it again before requiring the normal wait time again (and progress indicator)
Public propertyHasNoNotificationsColor
Color for light to show there are no notifications
Public propertyHasNotificationsColor
Color for light to show there are notifications
Public propertyHeightAboveHeadForShowHandGui
Upper distance between the head and the wrist for checking it's ok to open the HandGui
Public propertyHeightBelowHeadForShowHandGui
Lower distance between the head and the wrist for checking it's ok to open the HandGui
Public propertyMaxTriggerValueForShowHandGui
Minimum amount of trigger press before HandGui will be detached
Public propertyMinTriggerValueForDetachHandGui
Minimum amount of trigger press before HandGui will be detached
Public propertyNotificationBlinkTimeInSeconds
Blink time in seconds for when a new notification has arrived
Public propertyNotificationClip
AudioClip to play when notifications are pending
Public propertyNumberOfTimesToBlinkOnNewNotification
Number of times to blink when a new notification is received
Public propertyPlayNotificationSound
Should a sound be played when a new notification is waiting
Public propertyPlayWaitTimeProgressSound
Should a sound be played when trying to show the hand menu?
Public propertyShowWaitTimeInSeconds
Wait time, in seconds, before showing the menu. This is the time used to show a progress bar of sorts
Public propertySphereDisplayTimeInSeconds
Time in seconds to display a sphere when watch button is pressed
Public propertyWaitTimeProgressClip
AudioClip to play when showing wait time progress
Top
See Also