C# Class OpenMetaverse.Messages.Linden.UploadBakedTextureMessage

A message sent from the viewer to the simulator to request a temporary capability URI which is used to upload an agents baked appearance textures
Inheritance: IMessage
显示文件 Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
Request AssetUploaderBlock

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

Request public_oe property

Object containing request or response
public AssetUploaderBlock,OpenMetaverse.Messages.Linden Request
return AssetUploaderBlock