C# Class Universe.Framework.ClientInterfaces.OSChatMessage

ChatFromViewer Arguments
Inheritance: System.EventArgs, IEventArgs
Datei anzeigen Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Protected Properties

Property Type Description
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

Public Methods

Method Description
Copy ( ) : OSChatMessage
FromKVP ( object>.Dictionary kvp ) : void
OSChatMessage ( ) : System
ToKVP ( ) : object>.Dictionary
ToString ( ) : string

Method Details

Copy() public method

public Copy ( ) : OSChatMessage
return OSChatMessage

FromKVP() public method

public FromKVP ( object>.Dictionary kvp ) : void
kvp object>.Dictionary
return void

OSChatMessage() public method

public OSChatMessage ( ) : System
return System

ToKVP() public method

public ToKVP ( ) : object>.Dictionary
return object>.Dictionary

ToString() public method

public ToString ( ) : string
return string

Property Details

m_channel protected_oe property

protected int m_channel
return int

m_from protected_oe property

protected string m_from
return string

m_fromID protected_oe property

protected UUID m_fromID
return UUID

m_message protected_oe property

protected string m_message
return string

m_position protected_oe property

protected Vector3,System m_position
return System.Vector3

m_range protected_oe property

protected float m_range
return float

m_scene protected_oe property

protected IScene m_scene
return IScene

m_sender protected_oe property

protected IClientAPI m_sender
return IClientAPI

m_senderObject protected_oe property

protected ISceneChildEntity m_senderObject
return ISceneChildEntity

m_toAgentID protected_oe property

protected UUID m_toAgentID
return UUID

m_type protected_oe property

protected ChatTypeEnum m_type
return ChatTypeEnum