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 SourceInitialize(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. |