DOMLayerDocument

From Virtual World Web Wiki
Jump to: navigation, search

Represents the contents of an editable layer that contributes to the contents of a scene. Layer documents are direct children of DOMSceneDocuments and contain scene objects. They are the basic unit of editable world, and are stored in Object Types. They are in fact, the only DOMDocument derived node that should be written to storage anywhere.

Remarks [edit]

Constructors

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