![]() | IToolsAvatar Interface |
Namespace: ImmerseSDK.Avatars
public interface IToolsAvatar : ITeleportingAvatar, IAvatar
The IToolsAvatar type exposes the following members.
Name | Description | |
---|---|---|
![]() | HandGuiType |
Type of handui this Avatar has
|
![]() | HandUIWorldDirection |
Returns the world direction of the HandUi
|
![]() | HandUIWorldPosition |
Returns the world position of the HandUi
|
![]() | IsHandUiDetached |
True if the HandMenu UI is detached from a hand and floating in World space
|
![]() | IsMenuEnabled |
True if HandMenu is enabled, otherwise false
|
![]() | IsShowingHandUi |
Returns true if the HandUi is currently shown on any of the hands
|
![]() | Layer |
Returns curent the layer for the Avatar
|
![]() | TimeSinceHandMenuWasHidden |
Time in seconds since hand menu was last hidden
|
Name | Description | |
---|---|---|
![]() | HideHandUi |
Hides the HandUi on the specified controller (if it is shown)
|
![]() | OwnsHandUi |
Return true if the controller currently owns the handui
|
![]() | RefreshMenu |
Refresh the menu
|
![]() | ShowHandUi |
Shows the HandUi on the specified controller
|