C# 클래스 Universe.Framework.ClientInterfaces.OSChatMessage

ChatFromViewer Arguments
상속: System.EventArgs, IEventArgs
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_channel int
m_from string
m_fromID UUID
m_message string
m_position System.Vector3
m_range float
m_scene IScene
m_sender IClientAPI
m_senderObject ISceneChildEntity
m_toAgentID UUID
m_type ChatTypeEnum

공개 메소드들

메소드 설명
Copy ( ) : OSChatMessage
FromKVP ( object>.Dictionary kvp ) : void
OSChatMessage ( ) : System
ToKVP ( ) : object>.Dictionary
ToString ( ) : string

메소드 상세

Copy() 공개 메소드

public Copy ( ) : OSChatMessage
리턴 OSChatMessage

FromKVP() 공개 메소드

public FromKVP ( object>.Dictionary kvp ) : void
kvp object>.Dictionary
리턴 void

OSChatMessage() 공개 메소드

public OSChatMessage ( ) : System
리턴 System

ToKVP() 공개 메소드

public ToKVP ( ) : object>.Dictionary
리턴 object>.Dictionary

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

m_channel 보호되어 있는 프로퍼티

protected int m_channel
리턴 int

m_from 보호되어 있는 프로퍼티

protected string m_from
리턴 string

m_fromID 보호되어 있는 프로퍼티

protected UUID m_fromID
리턴 UUID

m_message 보호되어 있는 프로퍼티

protected string m_message
리턴 string

m_position 보호되어 있는 프로퍼티

protected Vector3,System m_position
리턴 System.Vector3

m_range 보호되어 있는 프로퍼티

protected float m_range
리턴 float

m_scene 보호되어 있는 프로퍼티

protected IScene m_scene
리턴 IScene

m_sender 보호되어 있는 프로퍼티

protected IClientAPI m_sender
리턴 IClientAPI

m_senderObject 보호되어 있는 프로퍼티

protected ISceneChildEntity m_senderObject
리턴 ISceneChildEntity

m_toAgentID 보호되어 있는 프로퍼티

protected UUID m_toAgentID
리턴 UUID

m_type 보호되어 있는 프로퍼티

protected ChatTypeEnum m_type
리턴 ChatTypeEnum