C# Class OpenMetaverse.Messages.Linden.UploaderRequestUpload

A message sent from the viewer to the simulator to request a temporary upload capability which allows an asset to be uploaded
Inheritance: AssetUploaderBlock
ファイルを表示 Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
Url System.Uri

Public Methods

Method Description
Deserialize ( OSDMap map ) : void
Serialize ( ) : OSDMap
UploaderRequestUpload ( ) : System

Method Details

Deserialize() public method

public Deserialize ( OSDMap map ) : void
map OSDMap
return void

Serialize() public method

public Serialize ( ) : OSDMap
return OSDMap

UploaderRequestUpload() public method

public UploaderRequestUpload ( ) : System
return System

Property Details

Url public_oe property

The Capability URL sent by the simulator to upload the baked texture to
public Uri,System Url
return System.Uri