Difference between revisions of "Physics Global"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the Physics Global class)
(Documentation for the Physics Global class)
 
(9 intermediate revisions by the same user not shown)
(No difference)

Latest revision as of 19:53, 8 June 2020

The Physics JavaScript global object is available from server world scripts and provides methods for launching physics operations

  • This is a JavaScript global object named Physics

Remarks [edit]

Methods

void FireProjectile(DOMTransformExtended projectileBase, JSVector3 origin, JSVector3 direction, float speed, float maxdistance = 250.0, bool useGravity = true)
Ask patrick