Delegate ActiveCameraChangedEventHandler
A delegate for use with camera change events on a IVRAvatarHead instance.
Namespace: Liminal.SDK.VR.Avatars
Assembly: Liminal.SDK.dll
Syntax
public delegate void ActiveCameraChangedEventHandler(IVRAvatarHead head);
Parameters
Type | Name | Description |
---|---|---|
IVRAvatarHead | head | The IVRAvatarHead the event relates to. |