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

A message sent from the simulator to the viewer which indicates an error occurred while attempting to update a script in an agents or tasks inventory
Наследование: AssetUploaderBlock
Показать файл Открыть проект

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

Свойство Тип Описание
AssetID UUID
Compiled bool
Error string

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

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

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

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

public Deserialize ( OSDMap map ) : void
map OSDMap
Результат void

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

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

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

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

A new AssetID assigned to the script
public UUID AssetID
Результат UUID

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

true of the script was successfully compiled by the simulator
public bool Compiled
Результат bool

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

A string containing the error which occured while trying to update the script
public string Error
Результат string