This site has been permanently archived. The content on this site was last updated in 2019.
Stay organized with collections
Save and categorize content based on your preferences.
A lightweight tooltip designed to minimize draw calls.
Summary
Inheritance
Inherits from: MonoBehaviour,
IGvrArmModelReceiver
Properties
|
ArmModel
|
Gets or sets the arm model used to position the controller.
|
Protected functions
|
OnVisualUpdate()
|
void
Updates the tooltip visualation based on the arm model.
|
Properties
Protected functions
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[[["GvrControllerTooltipsSimple is a lightweight tooltip designed to minimize draw calls."],["It utilizes an arm model to position the controller and update tooltip visualization."],["The tooltip's functionality is based on inheritance from MonoBehaviour and IGvrArmModelReceiver."]]],["GvrControllerTooltipsSimple is a lightweight tooltip that inherits from MonoBehaviour and IGvrArmModelReceiver. It utilizes the `ArmModel` property (a GvrBaseArmModel) to determine controller positioning. The core action involves the `OnVisualUpdate()` function, which updates the tooltip's visualization based on the provided arm model. This design aims to optimize performance by minimizing draw calls during tooltip rendering and relies on arm model data for controller placement.\n"]]