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.
[null,null,["Last updated 2024-10-09 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eIGvrArmModelReceiver\u003c/code\u003e interface defines the usage of the arm model in VR applications.\u003c/p\u003e\n"],["\u003cp\u003eIt primarily involves a single property, \u003ccode\u003eArmModel\u003c/code\u003e, which provides access to the underlying \u003ccode\u003eGvrBaseArmModel\u003c/code\u003e for manipulation and interaction.\u003c/p\u003e\n"],["\u003cp\u003eSeveral known subclasses, including \u003ccode\u003eGvrControllerTooltipsSimple\u003c/code\u003e, \u003ccode\u003eGvrControllerVisual\u003c/code\u003e, \u003ccode\u003eGvrLaserVisual\u003c/code\u003e, and \u003ccode\u003eGvrTooltip\u003c/code\u003e, utilize this interface for arm model integration.\u003c/p\u003e\n"]]],["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"],null,["# IGvrArmModelReceiver Interface Reference\n\nIGvrArmModelReceiver\n====================\n\nInterface declaring the use of the arm model.\n\nSummary\n-------\n\n### Inheritance\n\nDirect Known Subclasses:[GvrControllerTooltipsSimple](/vr/reference/unity/class/GvrControllerTooltipsSimple), [GvrControllerVisual](/vr/reference/unity/class/GvrControllerVisual), [GvrLaserVisual](/vr/reference/unity/class/GvrLaserVisual), [GvrTooltip](/vr/reference/unity/class/GvrTooltip)\n\n| ### Properties ||\n|-------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------|\n| [ArmModel](#interfaceIGvrArmModelReceiver_1a55dd2ef047c126214d5b01181baab969) | [GvrBaseArmModel](/vr/reference/unity/class/GvrBaseArmModel#classGvrBaseArmModel) Gets or sets the arm model reference. |\n\nProperties\n----------\n\n### ArmModel\n\n```c#\nGvrBaseArmModel ArmModel\n``` \nGets or sets the arm model reference.\n\nThe arm model reference."]]