C# 클래스 LogInOutProcess, UnityOpenSimClient

파일 보기 프로젝트 열기: justasabc/UnityOpenSimClient 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void
LogInOutProcess ( GridClient client ) : System
LogOut ( ) : void
StartLogin ( string name, string pass, string server ) : void

비공개 메소드들

메소드 설명
Network_OnLoginProcess ( object sender, OpenMetaverse.LoginProgressEventArgs e ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

LogInOutProcess() 공개 메소드

public LogInOutProcess ( GridClient client ) : System
client OpenMetaverse.GridClient
리턴 System

LogOut() 공개 메소드

public LogOut ( ) : void
리턴 void

StartLogin() 공개 메소드

public StartLogin ( string name, string pass, string server ) : void
name string
pass string
server string
리턴 void