Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 234 Bytes

Constr.md

File metadata and controls

18 lines (11 loc) · 234 Bytes

Constr

Fancade constraint - constraints the movement of a physics object.

constr

How to create

object base = getObject(20, 0, 5)
object part = getObject(25, 0, 5)
base.addConstraint(part, out constr a)