DOMSceneDocument

From Virtual World Web Wiki
Revision as of 12:21, 5 March 2018 by Spark5 (Talk | contribs) (Documentation for the DOMSceneDocument class)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Represents the contents of the scene that are loaded into an instance at run-time. This node will be a direct child of a DOMInstanceDocument, and has DOMLayerDocuments and other run-time instantiated nodes as children.

Remarks [edit]

Constructors

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