C# Class AvatarsProcess, UnityOpenSimClient

Afficher le fichier Open project: justasabc/UnityOpenSimClient Class Usage Examples

Méthodes publiques

Méthode Description
AvatarsProcess ( GridClient client, TextureProcess, textureProcess ) : System
Clear ( ) : void
Update ( ) : void

Private Methods

Méthode Description
Appearance_AppearanceSet ( object sender, AppearanceSetEventArgs e ) : void
Avatars_AvatarAppearance ( object sender, OpenMetaverse.AvatarAppearanceEventArgs e ) : void
DownloadAVTextures ( OpenMetaverse a ) : void
MoveAvatars ( ) : void
Objects_AvatarUpdate ( object sender, AvatarUpdateEventArgs e ) : void
ProcessAvatar ( Radegast av ) : void
UpdateAvTexture ( uint avLocalID ) : void
buildAvMats ( string num ) : void

Method Details

AvatarsProcess() public méthode

public AvatarsProcess ( GridClient client, TextureProcess, textureProcess ) : System
client OpenMetaverse.GridClient
textureProcess TextureProcess,
Résultat System

Clear() public méthode

public Clear ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void