C# Class LogInOutProcess, UnityOpenSimClient

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

Méthodes publiques

Méthode Description
Clear ( ) : void
LogInOutProcess ( GridClient client ) : System
LogOut ( ) : void
StartLogin ( string name, string pass, string server ) : void

Private Methods

Méthode Description
Network_OnLoginProcess ( object sender, OpenMetaverse.LoginProgressEventArgs e ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

LogInOutProcess() public méthode

public LogInOutProcess ( GridClient client ) : System
client OpenMetaverse.GridClient
Résultat System

LogOut() public méthode

public LogOut ( ) : void
Résultat void

StartLogin() public méthode

public StartLogin ( string name, string pass, string server ) : void
name string
pass string
server string
Résultat void