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
Show file Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
Face int
PrimID UUID
URL string

Public Methods

Method Description
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

Method Details

Deserialize() public method

Deserialize the message
public Deserialize ( OSDMap map ) : void
map OSDMap An containing the data
return void

Serialize() public method

Serialize the object
public Serialize ( ) : OSDMap
return OSDMap

Property Details

Face public property

Face index
public int Face
return int

PrimID public property

Prim UUID where navigation occured
public UUID PrimID
return UUID

URL public property

New URL
public string URL
return string