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 SourceAvatar
Gets the IVRAvatar for this device controller.
Declaration
IVRAvatar Avatar { get; }
Property Value
Type | Description |
---|---|
IVRAvatar |
Methods
| Improve this Doc View SourceInstantiateControllerVisual(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. |