| 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.9.0.0 (3.9.0.0)
Syntax Parameters
- visualId
- Type: SystemByte
The visual id used to select the color
Return Value
Type:
UnityEngine.Color32A 32bit color value
See Also