C# Class OpenMetaverse.Messages.Linden.ObjectResourcesDetail

Details about object resource usage
Afficher le fichier Open project: N3X15/VoxelSim Class Usage Examples

Méthodes publiques

Свойство Type Description
GroupOwned bool
ID UUID
Location Vector3d
Name string
OwnerID UUID
Resources int>.Dictionary

Méthodes publiques

Méthode Description
Deserialize ( OSDMap obj ) : void

Deserializes object from OSD

FromOSD ( OSD osd ) : ObjectResourcesDetail

Makes an instance based on deserialized data

Method Details

Deserialize() public méthode

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

FromOSD() public static méthode

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

Property Details

GroupOwned public_oe property

Indicates if object is group owned
public bool GroupOwned
Résultat bool

ID public_oe property

Object UUID
public UUID ID
Résultat UUID

Location public_oe property

Locatio of the object
public Vector3d Location
Résultat Vector3d

Name public_oe property

Object name
public string Name
Résultat string

OwnerID public_oe property

Object owner
public UUID OwnerID
Résultat UUID

Resources public_oe property

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