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 on DOMVolume }}
+
:{{CSharp|float InteractionDistance {get; set;} // Via attribution on DOMVolume }}
  
 
:{{CSharp|Point3D Size {get; set;} // Via attribution on DOMVolume }}
 
:{{CSharp|Point3D Size {get; set;} // Via attribution on DOMVolume }}

Revision as of 17:56, 20 February 2017

Represents a DOMVolume in JavaScript

Remarks [edit]

Properties

float 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.