Click or drag to resize

DefaultAvatarHeadRenderer Methods

The DefaultAvatarHeadRenderer type exposes the following members.

Methods
  NameDescription
Public methodHide
Hides the avatar's head in the scene. This is usually called when viewing in WebGL from an avatar's POV.
(Overrides AvatarRendererHeadHide.)
Public methodSetMaterial
Attaches a shared material to the head renderer so that it's color can be changed easily.
Public methodShow
Displays the avatar's head in the scene.
(Overrides AvatarRendererHeadShow.)
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