C# Класс OpenMetaverse.Messages.Linden.UpdateScriptAgentRequestMessage

A message sent from a viewer to the simulator requesting a temporary uploader capability used to update a script contained in an agents inventory
Наследование: AssetUploaderBlock
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
ItemID UUID
Target string

Открытые методы

Метод Описание
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

Описание методов

Deserialize() публичный Метод

Deserialize the message
public Deserialize ( OSDMap map ) : void
map OSDMap An containing the data
Результат void

Serialize() публичный Метод

Serialize the object
public Serialize ( ) : OSDMap
Результат OSDMap

Описание свойств

ItemID публичное свойство

The existing asset if of the script in the agents inventory to replace
public UUID ItemID
Результат UUID

Target публичное свойство

The language of the script
Defaults to lsl version 2, "mono" might be another possible option
public string Target
Результат string