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.
IGvrArmModelReceiver
Interface declaring the use of the arm model.
Summary
Inheritance
Direct Known Subclasses:
GvrControllerTooltipsSimple,
GvrControllerVisual,
GvrLaserVisual,
GvrTooltip
Properties
|
ArmModel
|
Gets or sets the arm model reference.
|
Properties
ArmModel
GvrBaseArmModel ArmModel
Gets or sets the arm model reference.
The arm model reference.
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."],[[["The `IGvrArmModelReceiver` interface defines the usage of the arm model in VR applications."],["It primarily involves a single property, `ArmModel`, which provides access to the underlying `GvrBaseArmModel` for manipulation and interaction."],["Several known subclasses, including `GvrControllerTooltipsSimple`, `GvrControllerVisual`, `GvrLaserVisual`, and `GvrTooltip`, utilize this interface for arm model integration."]]],["The `IGvrArmModelReceiver` interface uses an arm model, accessible via the `ArmModel` property. This property, of type `GvrBaseArmModel`, allows setting or retrieving the arm model reference. This interface is directly inherited by classes such as `GvrControllerTooltipsSimple`, `GvrControllerVisual`, `GvrLaserVisual`, and `GvrTooltip`. It defines a way for those subclasses to interact with a specific arm model.\n"]]