ConvertibleAttribute

From Virtual World Web Wiki
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