Click or drag to resize

AvatarRenderer Methods

The AvatarRenderer type exposes the following members.

Methods
  NameDescription
Public methodGetColorForVisualId
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.
Public methodInit
Initialises this avatar renderer before it is accessed by the Immerse SDK.
Public methodSetVisualId
Sets the avatar renderer's Visual Id. The Visual Id is guaranteed to be unique and can be used as an index or seed value to determine the visual representation of this avatar instance.
Top
Extension Methods
  NameDescription
Public Extension MethodGetCopyOf
Copies all properties of a component from source to target. Uses reflection to set properties.
(Defined by ComponentExtensions.)
Public Extension MethodWaitForT
Waits for a singleton on a coroutine
(Defined by SingletonManager.)
Top
See Also