Click or drag to resize

AvatarRendererGetColorForVisualId Method

Returns a 32bit color value that you have associated with this avatar. The value returned here will be used by the Immerse SDK for things such as highlighting interactive objects and coloring the user's camera button in WebGL.

Namespace:  ImmerseSDK.Avatars
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
C#
public abstract UnityEngine.Color32 GetColorForVisualId(
	byte visualId
)

Parameters

visualId
Type: SystemByte
The visual id used to select the color

Return Value

Type: UnityEngine.Color32
A 32bit color value
See Also