MetadataEntry

From Virtual World Web Wiki
Revision as of 16:32, 11 April 2017 by Spark5 (Talk | contribs) (Documentation for the MetadataEntry class)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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()