DOMInstanceDocument

From Virtual World Web Wiki
Jump to: navigation, search

Represents the main container for an instance of a scene loaded by an instance host. This is the root node you'll see in Curiosity in any run-time instance.

Remarks [edit]

Constructors

DOMInstanceDocument(DOMObject[] children)
Constructs a new DOMInstanceDocument, adding children at the same time
DOMInstanceDocument(string title, DOMObject[] children)
Constructs a new DOMInstanceDocument, setting a title and adding children at the same time