DOMVolume

From Virtual World Web Wiki
Revision as of 12:30, 23 May 2018 by Spark5 (Talk | contribs) (Documentation for the DOMVolume class)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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