DOMViewDocument

From Virtual World Web Wiki
Jump to: navigation, search

Represents a component created View of some DOM which can be shared by multiple connections

Remarks [edit]

Constructors

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