C# Class OpenMetaverse.Messages.Linden.ObjectResourcesDetail

Details about object resource usage
Show file Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
GroupOwned bool
ID UUID
Location Vector3d
Name string
OwnerID UUID
Resources int>.Dictionary

Public Methods

Method Description
Deserialize ( OSDMap obj ) : void

Deserializes object from OSD

FromOSD ( OSD osd ) : ObjectResourcesDetail

Makes an instance based on deserialized data

Method Details

Deserialize() public method

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

FromOSD() public static method

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

Property Details

GroupOwned public property

Indicates if object is group owned
public bool GroupOwned
return bool

ID public property

Object UUID
public UUID ID
return UUID

Location public property

Locatio of the object
public Vector3d Location
return Vector3d

Name public property

Object name
public string Name
return string

OwnerID public property

Object owner
public UUID OwnerID
return UUID

Resources public property

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