C# 클래스 OpenMetaverse.GUI.LocalChat

Panel GUI component for interfacing with local chat
상속: System.Windows.Forms.Panel
파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs

공개 메소드들

메소드 설명
LocalChat ( ) : System

Panel control for an unspecified client's local chat interaction

LocalChat ( GridClient client ) : System

Panel control for the specified client's local chat interaction

LogChat ( string name, ChatType type, string text, Color color ) : void
LogText ( string text, Color color ) : void

비공개 메소드들

메소드 설명
InitializeClient ( GridClient client ) : void
Self_OnChat ( string message, ChatAudibleLevel audible, ChatType type, ChatSourceType sourceType, string fromName, UUID id, UUID ownerid, System.Vector3 position ) : void
_txtInput_KeyDown ( object sender, KeyEventArgs e ) : void

메소드 상세

LocalChat() 공개 메소드

Panel control for an unspecified client's local chat interaction
public LocalChat ( ) : System
리턴 System

LocalChat() 공개 메소드

Panel control for the specified client's local chat interaction
public LocalChat ( GridClient client ) : System
client GridClient
리턴 System

LogChat() 공개 메소드

public LogChat ( string name, ChatType type, string text, Color color ) : void
name string
type ChatType
text string
color Color
리턴 void

LogText() 공개 메소드

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