Options
All
  • Public
  • Public/Protected
  • All
Menu

Class b2RopeJointDef

Hierarchy

Implements

Index

Constructors

constructor

Properties

bodyA

bodyA: b2Body

bodyB

bodyB: b2Body

collideConnected

collideConnected: boolean = false

Readonly localAnchorA

localAnchorA: b2Vec2 = new b2Vec2(-1, 0)

Readonly localAnchorB

localAnchorB: b2Vec2 = new b2Vec2(1, 0)

maxLength

maxLength: number = 0

Readonly type

type: b2JointType = b2JointType.e_unknownJoint

userData

userData: any = null

Generated using TypeDoc