ConvertibleAttribute

From Virtual World Web Wiki
Revision as of 21:01, 12 April 2017 by Spark5 (Talk | contribs) (Documentation for the ConvertibleAttribute class)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This attribute marks a DOM Node as convertible to another DOM Node type. Generally this is used to indicate that a node can be promoted to a more specific type, for example, a generic DOMMaterial can be converted into a DOMMaterialMetallic.

Remarks [edit]

Properties

Type Type {get; set;}
The type to which the attributed type can be converted. Both types must be DOMObject-derived.

Constructors

ConvertibleAttribute(Type type)
Constructs a new ConvertibleAttribute