DOMVolumeExtended

From Virtual World Web Wiki
Revision as of 15:26, 18 November 2016 by Spark5 (Talk | contribs) (Documentation for the DOMVolumeExtended class)

Jump to: navigation, search

Represents a DOMVolume in JavaScript

Remarks [edit]

Properties

Single InteractionDistance {get; set;} // Via attribution on DOMVolume
Point3D Size {get; set;} // Via attribution on DOMVolume

Events

OnEnter(EventHandler<FlexibleEventArgs>)
Fires when a user enters an DOMVolume in world. Who is the Participant doing the entering.
OnLeave(EventHandler<FlexibleEventArgs>)
Fires when a user leaves an DOMVolume in world. Who is the Participant doing the entering.