C# Class OpenMetaverse.Messages.Linden.BaseResourcesInfo

Resource usage base class, both agent and parcel resource usage contains summary information
Inheritance: IMessage
Mostrar archivo Open project: N3X15/VoxelSim

Public Properties

Property Type Description
SummaryAvailable int>.Dictionary
SummaryUsed int>.Dictionary

Public Methods

Method Description
Deserialize ( OSDMap map ) : void

Deserializes object from OSD

Serialize ( ) : OSDMap

Serializes object

Method Details

Deserialize() public method

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

Serialize() public method

Serializes object
public Serialize ( ) : OSDMap
return OSDMap

Property Details

SummaryAvailable public_oe property

Summary of available resources, keys are resource names, values are resource usage for that specific resource
public Dictionary SummaryAvailable
return int>.Dictionary

SummaryUsed public_oe property

Summary resource usage, keys are resource names, values are resource usage for that specific resource
public Dictionary SummaryUsed
return int>.Dictionary