Difference between revisions of "DOMVolumeExtended"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the DOMVolumeExtended class)
(Documentation for the DOMVolumeExtended class)
Line 1: Line 1:
 
Represents a DOMVolume in JavaScript
 
Represents a DOMVolume in JavaScript
  
* '''Inherits class: [[DOMTransformExtended]]'''
+
*'''Inherits class: [[DOMTransformExtended]]'''
 
* This is a JavaScript visible object
 
* This is a JavaScript visible object
 
===Remarks <nowiki>[</nowiki>[{{fullurl:DOMVolumeExtended Remarks|action=edit}} edit]<nowiki>]</nowiki>===
 
===Remarks <nowiki>[</nowiki>[{{fullurl:DOMVolumeExtended Remarks|action=edit}} edit]<nowiki>]</nowiki>===

Revision as of 15:26, 18 November 2016

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.