Show / Hide Table of Contents

Interface IVRAvatarExtension

An interface for all IVRAvatar extension components.

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

Methods

| Improve this Doc View Source

Initialize(IVRAvatar)

[Internal use] Initializes the extension component for the specified avatar.

Declaration
void Initialize(IVRAvatar avatar)
Parameters
Type Name Description
IVRAvatar avatar

The avatar that owns the extension component.

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