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 7: Line 7:
  
 
===Properties===
 
===Properties===
:{{CSharp|Single InteractionDistance {get; set;} // Via attribution [[DOMVolume]] }}
+
:{{CSharp|Single InteractionDistance {get; set;} // Via attribution on DOMVolume }}
  
:{{CSharp|Point3D Size {get; set;} // Via attribution [[DOMVolume]] }}
+
:{{CSharp|Point3D Size {get; set;} // Via attribution on DOMVolume }}
  
 
===Events===
 
===Events===

Revision as of 13:40, 24 October 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.