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 4: Line 4:
 
* This is a JavaScript visible object
 
* This is a JavaScript visible object
 
===Remarks <nowiki>[</nowiki>[{{fullurl:DOMPhysicsExtended Remarks|action=edit}} edit]<nowiki>]</nowiki>===
 
===Remarks <nowiki>[</nowiki>[{{fullurl:DOMPhysicsExtended Remarks|action=edit}} edit]<nowiki>]</nowiki>===
{{:DOMPhysicsExtended Remarks}}
+
{{#ifexist:DOMPhysicsExtended Remarks|{{:DOMPhysicsExtended Remarks}}|}}
  
 
===Properties===
 
===Properties===

Revision as of 21:06, 12 April 2017

Represents a DOMPhysics in JavaScript

Remarks [edit]

Properties

bool Completed {get; set;} // Via attribution on DOMPhysics
True if the operation has been completed

Events

OnComplete(DOMPhysicsExtended obj)
Parameters:
obj : This object
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.