C# Class OpenMetaverse.Messages.Linden.AttachmentResourcesMessage

Agent resource usage
Inheritance: BaseResourcesInfo
显示文件 Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
Attachments ObjectResourcesDetail[]>.Dictionary

Public Methods

Method Description
Deserialize ( OSDMap osd ) : void

Deserializes object from OSD

FromOSD ( OSD osd ) : AttachmentResourcesMessage

Makes an instance based on deserialized data

GetMessageHandler ( OSDMap map ) : IMessage

Detects which class handles deserialization of this message

Method Details

Deserialize() public method

Deserializes object from OSD
public Deserialize ( OSDMap osd ) : void
osd OSDMap An containing the data
return void

FromOSD() public static method

Makes an instance based on deserialized data
public static FromOSD ( OSD osd ) : AttachmentResourcesMessage
osd OSD serialized data
return AttachmentResourcesMessage

GetMessageHandler() public static method

Detects which class handles deserialization of this message
public static GetMessageHandler ( OSDMap map ) : IMessage
map OSDMap An containing the data
return IMessage

Property Details

Attachments public_oe property

Per attachment point object resource usage
public Dictionary Attachments
return ObjectResourcesDetail[]>.Dictionary