DOMVolume

From Virtual World Web Wiki
Jump to: navigation, search

Represents an area of space similar to a DOMBoxColider that can fire events when users avatar's enter and leave. Useful for triggers

Remarks [edit]

Properties

Point3D Size {get; set;}
The size of the volume box

Constructors

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