Click or drag to resize

DefaultAvatarRendererGetColorForVisualId 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
Assembly:  ImmerseSDK.NotInDll (in ImmerseSDK.NotInDll.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
C#
public override UnityEngine.Color32 GetColorForVisualId(
	byte visualId
)

Parameters

visualId
Type: SystemByte

Return Value

Type: UnityEngine.Color32
See Also