Click or drag to resize

ControllerWatch Methods

The ControllerWatch type exposes the following members.

Methods
  NameDescription
Protected methodAwake
Unity Component Method
Protected methodOnDisable
Unity Component Method
Protected methodOnEnable
Unity Component Method
Public methodStartShowingMenu
Try to show the menu. We have a timer to wait a period of time before actually showing the menu.
Public methodStopTryingToShowMenu
Stop trying to show the menu
Public methodUpdateUI
Update the watch UI
Protected methodVibrate
Make the controller belonging to the specified hand vibrate
Top
Extension Methods
  NameDescription
Public Extension MethodGetCopyOf
Copies all properties of a component from source to target. Uses reflection to set properties.
(Defined by ComponentExtensions.)
Public Extension MethodWaitForT
Waits for a singleton on a coroutine
(Defined by SingletonManager.)
Top
See Also