C# Class OpenMetaverse.Messages.Linden.SendPostcardMessage

Inheritance: IMessage
Afficher le fichier Open project: N3X15/VoxelSim Class Usage Examples

Méthodes publiques

Свойство Type Description
FromEmail string
FromName string
GlobalPosition System.Vector3
Message string
Subject string
ToEmail string

Méthodes publiques

Méthode Description
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

Method Details

Deserialize() public méthode

Deserialize the message
public Deserialize ( OSDMap map ) : void
map OSDMap An containing the data
Résultat void

Serialize() public méthode

Serialize the object
public Serialize ( ) : OSDMap
Résultat OSDMap

Property Details

FromEmail public_oe property

public string FromEmail
Résultat string

FromName public_oe property

public string FromName
Résultat string

GlobalPosition public_oe property

public Vector3,System GlobalPosition
Résultat System.Vector3

Message public_oe property

public string Message
Résultat string

Subject public_oe property

public string Subject
Résultat string

ToEmail public_oe property

public string ToEmail
Résultat string