Show / Hide Table of Contents

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.

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