DOMGroup

From Virtual World Web Wiki
Jump to: navigation, search

A editor helper object that represents a grouping of objects

Remarks [edit]

Properties

Point3D Scale {get; set;}
Gets the scale of the transform.
bool TransformLocked {get; set;}
True if this group's transform is locked

Constructors

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

Methods

bool CheckParent(DOMObject parent)
Called on DOMObject derived types just before they are added to the DOM to ensure their parent is appropriate.