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
 +
 
* '''Inherits class: [[DOMTransformExtended]]'''
 
* '''Inherits class: [[DOMTransformExtended]]'''
 
* This is a JavaScript visible object
 
* This is a JavaScript visible object
Line 11: Line 13:
 
===Events===
 
===Events===
 
:{{CSharp|OnEnter(EventHandler<FlexibleEventArgs>)}}
 
:{{CSharp|OnEnter(EventHandler<FlexibleEventArgs>)}}
 +
::
 +
::Fires when a user enters an DOMVolume in world. Who is the Participant doing the entering.
  
 
:{{CSharp|OnLeave(EventHandler<FlexibleEventArgs>)}}
 
:{{CSharp|OnLeave(EventHandler<FlexibleEventArgs>)}}
 +
::
 +
::Fires when a user leaves an DOMVolume in world. Who is the Participant doing the entering.
  
 
__NOTOC____NOEDITSECTION__
 
__NOTOC____NOEDITSECTION__

Revision as of 00:45, 23 October 2016

Represents a DOMVolume in JavaScript

Remarks [edit]

Properties

Single InteractionDistance {get; set;} // Via attribution [[DOMVolume]]
Point3D Size {get; set;} // Via attribution [[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.