Difference between revisions of "DOMDocument"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the DOMDocument class)
(Documentation for the DOMDocument class)
Line 20: Line 20:
 
::
 
::
 
::Event is raised, when the document and its children identifiers have changed
 
::Event is raised, when the document and its children identifiers have changed
 +
 +
===Constructors===
 +
:{{CSharp|DOMDocument(DOMObject[] children)}}
 +
 +
:{{CSharp|DOMDocument(string title, DOMObject[] children)}}
  
 
===Methods===
 
===Methods===

Revision as of 11:51, 12 October 2016

Remarks [edit]

Properties

Guid ContextID {get; set;}
DOMDocumentContextType ContextType {get; set;}
object HostObject {get; set;}
LatencyTracker LatencyTracker {get; set;}
int LightMapMode {get; set;}
long? ViewID {get; set;}

Events

IdentifierChanged(EventHandler)
Event is raised, when the document and its children identifiers have changed

Constructors

DOMDocument(DOMObject[] children)
DOMDocument(string title, DOMObject[] children)

Methods

DOMObject Clone()
Guid? GetNodeIndex(DOMObject baseNode)
void ReID()
void RunCurvePlayers()
void SetLatencyTracker(LatencyTracker tracker)