C# 클래스 OpenMetaverse.TestClient.ClientManager

파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Clients TestClient>.Dictionary
GetTextures bool
Running bool
SimPrims Dictionary>

공개 메소드들

메소드 설명
ClientManager ( List accounts, bool getTextures, bool use3DiLogin ) : System

DoCommandAll ( string cmd, UUID fromAgentID ) : void

Login ( LoginDetails account, bool use3DiLogin ) : OpenMetaverse.TestClient.TestClient

Login ( string args, bool use3DiLogin ) : OpenMetaverse.TestClient.TestClient

Logout ( OpenMetaverse.TestClient.TestClient client ) : void

Quit ( ) : void

Run ( ) : void

비공개 메소드들

메소드 설명
PrintPrompt ( ) : void

메소드 상세

ClientManager() 공개 메소드

public ClientManager ( List accounts, bool getTextures, bool use3DiLogin ) : System
accounts List
getTextures bool
use3DiLogin bool
리턴 System

DoCommandAll() 공개 메소드

public DoCommandAll ( string cmd, UUID fromAgentID ) : void
cmd string
fromAgentID UUID
리턴 void

Login() 공개 메소드

public Login ( LoginDetails account, bool use3DiLogin ) : OpenMetaverse.TestClient.TestClient
account LoginDetails
use3DiLogin bool
리턴 OpenMetaverse.TestClient.TestClient

Login() 공개 메소드

public Login ( string args, bool use3DiLogin ) : OpenMetaverse.TestClient.TestClient
args string
use3DiLogin bool
리턴 OpenMetaverse.TestClient.TestClient

Logout() 공개 메소드

public Logout ( OpenMetaverse.TestClient.TestClient client ) : void
client OpenMetaverse.TestClient.TestClient
리턴 void

Quit() 공개 메소드

public Quit ( ) : void
리턴 void

Run() 공개 메소드

public Run ( ) : void
리턴 void

프로퍼티 상세

Clients 공개적으로 프로퍼티

public Dictionary Clients
리턴 TestClient>.Dictionary

GetTextures 공개적으로 프로퍼티

public bool GetTextures
리턴 bool

Running 공개적으로 프로퍼티

public bool Running
리턴 bool

SimPrims 공개적으로 프로퍼티

public Dictionary> SimPrims
리턴 Dictionary>