Click or drag to resize

IRenderingAvatar Interface

Interface for Avatars the uses cameras to render their view. This is generally only the local avatar (non-scripted)

Namespace:  ImmerseSDK.Avatars
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public interface IRenderingAvatar : IAvatar

The IRenderingAvatar type exposes the following members.

Properties
  NameDescription
Public propertyHeadCamera
The head (or eye) camera being used
Top
Methods
  NameDescription
Public methodShowBackgroundFader
Fade the VR background out (block it), or fade it back in (unblock it)
Top
See Also