DOMPhysicsJoint

From Virtual World Web Wiki
Jump to: navigation, search

Represents a physics joint which can be used to attach objects together so they interact according to specified rules within the physics engine.

Remarks [edit]

Constructors

DOMPhysicsJoint()
Constructs a new DOMPhysicsJoint with default settings
DOMPhysicsJoint(DOMObject[] children)
Constructs a new DOMPhysicsJoint, adding children at the same time
DOMPhysicsJoint(string title, DOMObject[] children)
Constructs a new DOMPhysicsJoint, setting a title and adding children at the same time