C# Class Universe.Framework.ClientInterfaces.OSChatMessage

ChatFromViewer Arguments
Inheritance: System.EventArgs, IEventArgs
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Protected Properties

Свойство 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

Méthodes publiques

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

Method Details

Copy() public méthode

public Copy ( ) : OSChatMessage
Résultat OSChatMessage

FromKVP() public méthode

public FromKVP ( object>.Dictionary kvp ) : void
kvp object>.Dictionary
Résultat void

OSChatMessage() public méthode

public OSChatMessage ( ) : System
Résultat System

ToKVP() public méthode

public ToKVP ( ) : object>.Dictionary
Résultat object>.Dictionary

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

m_channel protected_oe property

protected int m_channel
Résultat int

m_from protected_oe property

protected string m_from
Résultat string

m_fromID protected_oe property

protected UUID m_fromID
Résultat UUID

m_message protected_oe property

protected string m_message
Résultat string

m_position protected_oe property

protected Vector3,System m_position
Résultat System.Vector3

m_range protected_oe property

protected float m_range
Résultat float

m_scene protected_oe property

protected IScene m_scene
Résultat IScene

m_sender protected_oe property

protected IClientAPI m_sender
Résultat IClientAPI

m_senderObject protected_oe property

protected ISceneChildEntity m_senderObject
Résultat ISceneChildEntity

m_toAgentID protected_oe property

protected UUID m_toAgentID
Résultat UUID

m_type protected_oe property

protected ChatTypeEnum m_type
Résultat ChatTypeEnum