Show / Hide Table of Contents

Interface IVRDeviceAvatar

An interface for implementing device-specific avatar behaviours.

Namespace: Liminal.SDK.VR.Avatars
Assembly: Liminal.SDK.dll
Syntax
public interface IVRDeviceAvatar

Properties

| Improve this Doc View Source

Avatar

Gets the IVRAvatar for this device controller.

Declaration
IVRAvatar Avatar { get; }
Property Value
Type Description
IVRAvatar

Methods

| Improve this Doc View Source

InstantiateControllerVisual(IVRAvatarLimb)

Instantiates a VRControllerVisual for a limb.

Declaration
VRControllerVisual InstantiateControllerVisual(IVRAvatarLimb limb)
Parameters
Type Name Description
IVRAvatarLimb limb

The limb for the controller.

Returns
Type Description
VRControllerVisual

The newly instantiated controller visual for the specified limb, or null if no controller visual was able to be created.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX