DOMTarget

From Virtual World Web Wiki
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