Esempio n. 1
0
 /*!
  * Display the named avatar. This function will only display the avatar
  * if it has already been loaded. If the name is null, the current avatar is shown.
  *
  * @see LoadAvatar HideAvatar
  */
 public void LoadAvatar(string name, string url)
 {
     scene.LoadAvatar(name, GetMediaPath(url));
 }