DOMTarget

From Virtual World Web Wiki
Revision as of 21:03, 12 April 2017 by Spark5 (Talk | contribs) (Documentation for the DOMTarget class)

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

Represents a location that can be used to path to for various reasons (starting an animation in the right place, pathing to a good place to start an interaction, etc). This node triggers various scene editor helper functionality.

Remarks [edit]

Constructors

DOMTarget()
Constructs a new DOMTarget with default settings
DOMTarget(DOMObject[] children)
Constructs a new DOMTarget, adding children at the same time
DOMTarget(string title, DOMObject[] children)
Constructs a new DOMTarget, setting a title and adding children at the same time