Delegate VRAvatarEventHandler
An event handling delegate with a single IVRAvatar argument.
Namespace: Liminal.SDK.VR.Avatars
Assembly: Liminal.SDK.dll
Syntax
public delegate void VRAvatarEventHandler(IVRAvatar avatar);
Parameters
| Type | Name | Description |
|---|---|---|
| IVRAvatar | avatar | The IVRAvatar the event relates to. |