MetadataEntry

From Virtual World Web Wiki
Jump to: navigation, search

Represents a single metadata item

Remarks [edit]

Properties

string Key {get; set;}
The name of the metadata item
object Value {get; set;}
The metadata item's value (this must be a type which can be converted into a protovalue (generally a primitive, ResourceValue, Guid, Color32, or Point3D)

Constructors

MetadataEntry()