C# 클래스 OpenMetaverse.GUI.StatusOutput

상속: System.Windows.Forms.RichTextBox
파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs

공개 메소드들

메소드 설명
LogText ( string text, Color color ) : void
StatusOutput ( ) : System

비공개 메소드들

메소드 설명
InitializeClient ( GridClient client ) : void
Network_OnCurrentSimChanged ( Simulator PreviousSimulator ) : void
Network_OnDisconnected ( NetworkManager reason, string message ) : void
Network_OnLogin ( LoginStatus login, string message ) : void
Self_OnAlertMessage ( string message ) : void
Self_OnMoneyBalanceReplyReceived ( UUID transactionID, bool transactionSuccess, int balance, int metersCredit, int metersCommitted, string description ) : void

메소드 상세

LogText() 공개 메소드

public LogText ( string text, Color color ) : void
text string
color Color
리턴 void

StatusOutput() 공개 메소드

public StatusOutput ( ) : System
리턴 System