![]() | HeadsetActivityMonitor Class |
Namespace: ImmerseSDK.Platforms.VR
public class HeadsetActivityMonitor : SingletonBehaviour
The HeadsetActivityMonitor type exposes the following members.
Name | Description | |
---|---|---|
![]() | HeadsetActivityMonitor | Initializes a new instance of the HeadsetActivityMonitor class |
Name | Description | |
---|---|---|
![]() | CoroutineInitialise | (Overrides SingletonBehaviourCoroutineInitialise.) |
![]() | EnableChecking |
Enabled checking of HMD activity
|
![]() | OnEnable | (Overrides SingletonBehaviourOnEnable.) |
Name | Description | |
---|---|---|
![]() | OnHeadsetActive |
Fires when headset becomes active
|
![]() | OnHeadsetIdle |
Fires when headset becomes idle
|
Name | Description | |
---|---|---|
![]() ![]() | InactivityTimeoutInSeconds |
Note this timeout will be in addition to SteamVR's internal ~20 second timeout
|
![]() ![]() | LoopDelayInSeconds |
Delay between checks for inactivity
|
Name | Description | |
---|---|---|
![]() | GetCopyOf |
Copies all properties of a component from source to target. Uses reflection to set properties.
(Defined by ComponentExtensions.) |
![]() | WaitForT |
Waits for a singleton on a coroutine
(Defined by SingletonManager.) |