GvrControllerTooltipsTemplate prefab
Customizable tooltips that are easily updated in-editor or at runtime.
To use these tooltips, add this prefab to the Attachment Prefabs list in your GvrControllerPointer.
For improved performance consider using the provided GvrControllerTooltipsSimple prefab instead.
Prefab Hierarchy
| Game object name | Description |
|---|---|
Contains the worldspace Canvas component for these tooltips. |
|
|
└
Canvas
|
Worldpace Canvas component that renders the tooltips. |
|
└
TouchPadOutside
|
Renders the touchpad's outside tooltip. |
|
└
TouchPadOutsideBackground
|
Renders the touchpad's outside tooltip background. |
|
└
TouchPadOutsideText
|
Renders the touchpad's outside tooltip text. |
|
└
TouchPadOutsideLink
|
Renders the touchpad's outside tooltip connector. |
|
└
AppButtonOutside
|
Renders the app button's outside tooltip. |
|
└
AppButtonOutsideBackground
|
Renders the app button's outside tooltip background. |
|
└
AppButtonOutsideText
|
Renders the app button's outside tooltip text. |
|
└
AppButtonOutsideLink
|
Renders the app button's outside tooltip connector. |
|
└
TouchPadInside
|
Renders the touchpad's inside tooltip. |
|
└
TouchPadInsideBackground
|
Renders the touchpad's inside tooltip background. |
|
└
TouchPadInsideText
|
Renders the touchpad's inside tooltip text. |
|
└
TouchPadInsideLink
|
Renders the touchpad's inside tooltip connector. |
|
└
AppButtonInside
|
Renders the app button's inside tooltip. |
|
└
AppButtonInsideBackground
|
Renders the app button's inside tooltip background. |
|
└
AppButtonInsideText
|
Renders the app button's inside tooltip text. |
|
└
AppButtonInsideLink
|
Renders the app button's inside tooltip connector. |
GvrControllerTooltipsTemplate game object
Contains the worldspace Canvas component for these tooltips.
Components: UnityEngine.Transform
Canvas game object
Worldpace Canvas component that renders the tooltips.
Components: UnityEngine.Canvas, UnityEngine.RectTransform, UnityEngine.UI.CanvasScaler
TouchPadOutside game object
Renders the touchpad's outside tooltip.
Components: GvrTooltip, UnityEngine.CanvasGroup, UnityEngine.CanvasRenderer, UnityEngine.RectTransform
TouchPadOutsideBackground game object
Renders the touchpad's outside tooltip background.
Components: UnityEngine.CanvasRenderer, UnityEngine.RectTransform, UnityEngine.UI.ContentSizeFitter, UnityEngine.UI.HorizontalLayoutGroup, UnityEngine.UI.Image
TouchPadOutsideText game object
Renders the touchpad's outside tooltip text.
Components: UnityEngine.CanvasRenderer, UnityEngine.RectTransform, UnityEngine.UI.Outline, UnityEngine.UI.Text
TouchPadOutsideLink game object
Renders the touchpad's outside tooltip connector.
Components: UnityEngine.CanvasRenderer, UnityEngine.RectTransform, UnityEngine.UI.Image
AppButtonOutside game object
Renders the app button's outside tooltip.
Components: GvrTooltip, UnityEngine.CanvasGroup, UnityEngine.CanvasRenderer, UnityEngine.RectTransform
AppButtonOutsideBackground game object
Renders the app button's outside tooltip background.
Components: UnityEngine.CanvasRenderer, UnityEngine.RectTransform, UnityEngine.UI.ContentSizeFitter, UnityEngine.UI.HorizontalLayoutGroup, UnityEngine.UI.Image
AppButtonOutsideText game object
Renders the app button's outside tooltip text.
Components: UnityEngine.CanvasRenderer, UnityEngine.RectTransform, UnityEngine.UI.Outline, UnityEngine.UI.Text
AppButtonOutsideLink game object
Renders the app button's outside tooltip connector.
Components: UnityEngine.CanvasRenderer, UnityEngine.RectTransform, UnityEngine.UI.Image
TouchPadInside game object
Renders the touchpad's inside tooltip.
Components: GvrTooltip, UnityEngine.CanvasGroup, UnityEngine.CanvasRenderer, UnityEngine.RectTransform
TouchPadInsideBackground game object
Renders the touchpad's inside tooltip background.
Components: UnityEngine.CanvasRenderer, UnityEngine.RectTransform, UnityEngine.UI.ContentSizeFitter, UnityEngine.UI.HorizontalLayoutGroup, UnityEngine.UI.Image
TouchPadInsideText game object
Renders the touchpad's inside tooltip text.
Components: UnityEngine.CanvasRenderer, UnityEngine.RectTransform, UnityEngine.UI.HorizontalLayoutGroup, UnityEngine.UI.Outline, UnityEngine.UI.Text
TouchPadInsideLink game object
Renders the touchpad's inside tooltip connector.
Components: UnityEngine.CanvasRenderer, UnityEngine.RectTransform, UnityEngine.UI.Image
AppButtonInside game object
Renders the app button's inside tooltip.
Components: GvrTooltip, UnityEngine.CanvasGroup, UnityEngine.CanvasRenderer, UnityEngine.RectTransform
AppButtonInsideBackground game object
Renders the app button's inside tooltip background.
Components: UnityEngine.CanvasRenderer, UnityEngine.RectTransform, UnityEngine.UI.ContentSizeFitter, UnityEngine.UI.HorizontalLayoutGroup, UnityEngine.UI.Image
AppButtonInsideText game object
Renders the app button's inside tooltip text.
Components: UnityEngine.CanvasRenderer, UnityEngine.RectTransform, UnityEngine.UI.Outline, UnityEngine.UI.Text
AppButtonInsideLink game object
Renders the app button's inside tooltip connector.
Components: UnityEngine.CanvasRenderer, UnityEngine.RectTransform, UnityEngine.UI.Image