DOMMirror

From Virtual World Web Wiki
Jump to: navigation, search

Probably Unused. Makes the surface of the parent DOMRenderable mirror-like.

  • Inherits class: DOMObject
  • This is a leaf node type. This node type cannot have children.

Remarks [edit]

Constructors

DOMMirror()
Constructs a new DOMMirror with default settings
DOMMirror(string title)
Constructs a new DOMMirror, setting a title and adding children at the same time

Methods

bool CheckParent(DOMObject parent)
Called on DOMObject derived types just before they are added to the DOM to ensure their parent is appropriate.