Click or drag to resize

IToolsAvatar Interface

An Avatar that supports tools interfaces

Namespace:  ImmerseSDK.Avatars
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public interface IToolsAvatar : ITeleportingAvatar, 
	IAvatar

The IToolsAvatar type exposes the following members.

Properties
  NameDescription
Public propertyHandGuiType
Type of handui this Avatar has
Public propertyHandUIWorldDirection
Returns the world direction of the HandUi
Public propertyHandUIWorldPosition
Returns the world position of the HandUi
Public propertyIsHandUiDetached
True if the HandMenu UI is detached from a hand and floating in World space
Public propertyIsMenuEnabled
True if HandMenu is enabled, otherwise false
Public propertyIsShowingHandUi
Returns true if the HandUi is currently shown on any of the hands
Public propertyLayer
Returns curent the layer for the Avatar
Public propertyTimeSinceHandMenuWasHidden
Time in seconds since hand menu was last hidden
Top
Methods
  NameDescription
Public methodHideHandUi
Hides the HandUi on the specified controller (if it is shown)
Public methodOwnsHandUi
Return true if the controller currently owns the handui
Public methodRefreshMenu
Refresh the menu
Public methodShowHandUi
Shows the HandUi on the specified controller
Top
See Also