Difference between revisions of "DOMPhysicsExtended"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the DOMPhysicsExtended class)
 
(Documentation for the DOMPhysicsExtended class)
Line 1: Line 1:
 +
Represents a DOMPhysics in JavaScript
 +
 
* '''Inherits class: [[DOMObjectExtended]]'''
 
* '''Inherits class: [[DOMObjectExtended]]'''
 
* This is a JavaScript visible object
 
* This is a JavaScript visible object
Line 9: Line 11:
 
===Events===
 
===Events===
 
:{{CSharp|OnComplete(EventHandler<FlexibleEventArgs>)}}
 
:{{CSharp|OnComplete(EventHandler<FlexibleEventArgs>)}}
 +
::
 +
::Fires when the physics host says the physics operation represented by this object has been completed.
  
 
===Methods===
 
===Methods===
 
:{{CSharp|void Start()}}
 
:{{CSharp|void Start()}}
 +
::
 +
::Asks the physics host to start carrying out the physics operation represented by this object.
  
 
:{{CSharp|void Stop()}}
 
:{{CSharp|void Stop()}}
 +
::
 +
::Asks the physics host to stop carrying out the physics operation represented by this object.
  
 
__NOTOC____NOEDITSECTION__
 
__NOTOC____NOEDITSECTION__

Revision as of 00:45, 23 October 2016

Represents a DOMPhysics in JavaScript

Remarks [edit]

Properties

bool Completed {get; set;} // Via attribution [[DOMPhysics]]

Events

OnComplete(EventHandler<FlexibleEventArgs>)
Fires when the physics host says the physics operation represented by this object has been completed.

Methods

void Start()
Asks the physics host to start carrying out the physics operation represented by this object.
void Stop()
Asks the physics host to stop carrying out the physics operation represented by this object.