ControllerLookup Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A basic convenience registry allowing easy reference to controllers.
C#
[UnityEngine.AddComponentMenu("MRTK/Core/Controller Lookup")]
[UnityEngine.DisallowMultipleComponent]
public class ControllerLookup : UnityEngine.MonoBehaviour
[<UnityEngine.AddComponentMenu("MRTK/Core/Controller Lookup")>]
[<UnityEngine.DisallowMultipleComponent>]
type ControllerLookup = class
inherit MonoBehaviour
Public Class ControllerLookup
Inherits MonoBehaviour
- Inheritance
-
UnityEngine.MonoBehaviourControllerLookup
- Attributes
-
UnityEngine.AddComponentMenuAttribute UnityEngine.DisallowMultipleComponentAttribute
Gaze |
The camera rig's gaze controller. |
Left |
The camera rig's left hand controller. |
Right |
The camera rig's right hand controller. |
منتج | الإصدارات |
---|---|
MRTK3 Core Definitions | 3.0, 3.1, 3.2 |