HandMenuSettings Class |
Namespace: ImmerseSDK.Controllers
public sealed class HandMenuSettings : UnityEngine.ScriptableObject
The HandMenuSettings type exposes the following members.
Name | Description | |
---|---|---|
HandMenuSettings | Initializes a new instance of the HandMenuSettings class |
Name | Description | |
---|---|---|
AreNotificationsEnabled |
Are Notifications enabled for this app. If true, then Notifications will be accessible from the Hand menu.
| |
CancelWaitTimeInSeconds |
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)
| |
HandMenuType |
Which type of hand menu should be used, or should the HandGui be disabled?
| |
HasNoNotificationsColor |
Color for light to show there are no notifications
| |
HasNotificationsColor |
Color for light to show there are notifications
| |
HeightAboveHeadForShowHandGui |
Upper distance between the head and the wrist for checking it's ok to open the HandGui
| |
HeightBelowHeadForShowHandGui |
Lower distance between the head and the wrist for checking it's ok to open the HandGui
| |
MaxTriggerValueForShowHandGui |
Maximum amount of trigger press before HandGui can be shown
| |
MinTriggerValueForDetachHandGui |
Minimum amount of trigger press before HandGui will be detached
| |
NotificationBlinkTimeInSeconds |
Blink time in seconds for when a new notification has arrived
| |
NotificationClip |
AudioClip to play when notifications are pending
| |
NumberOfTimesToBlinkOnNewNotification |
Number of times to blink when a new notification is received. If this is < 0 then we will continue to blink until the menu is opened.
| |
PlayNotificationSound |
Should a sound be played when a new notification is waiting
| |
PlayWaitTimeProgressSound |
Should a sound be played when trying to show the hand menu?
| |
ShowControllerInstructionsOnHandMenu |
Should the controller instructions dialog be accessible from the Hand menu?
| |
ShowToggleOutlineOnHandMenu |
Should toggling the outline effect on objects be accessible from the Hand menu?
| |
ShowWaitTimeInSeconds |
Wait time, in seconds, before showing the menu. This is the time used to show a progress bar of sorts
| |
SphereDisplayTimeInSeconds |
Time in seconds to display a sphere when watch button is pressed
| |
WaitTimeProgressClip |
AudioClip to play when showing wait time progress
|