C# Class OpenMetaverse.Messages.Linden.ObjectMediaNavigateMessage

A message sent from the viewer to the simulator which specifies that the user has changed current URL of the specific media on a prim face
Inheritance: IMessage
Afficher le fichier Open project: N3X15/VoxelSim Class Usage Examples

Méthodes publiques

Свойство Type Description
Face int
PrimID UUID
URL 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

Face public_oe property

Face index
public int Face
Résultat int

PrimID public_oe property

Prim UUID where navigation occured
public UUID PrimID
Résultat UUID

URL public_oe property

New URL
public string URL
Résultat string