Click or drag to resize

AvatarColor Class

Represents the main and accent color values used to colorise the default avatar render that ships with the Immerse SDK.
Inheritance Hierarchy
SystemObject
  ImmerseSDKAvatarColor

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.NoDll (in ImmerseSDK.NoDll.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public class AvatarColor

The AvatarColor type exposes the following members.

Constructors
  NameDescription
Public methodAvatarColor
Constructs a new AvatarColor object with given rgb components for both the main and accent colours.
Top
Methods
  NameDescription
Public methodApplyTo
Applies the avatar color to the given material.
Top
Fields
  NameDescription
Public fieldAccentColor
The accent color used to provide rim highlights on the avatar.
Public fieldMainColor
The main color used to display the avatar.
Top
See Also