Options
All
  • Public
  • Public/Protected
  • All
Menu

Class b2MotorJointDef

Hierarchy

Implements

Index

Constructors

constructor

Properties

angularOffset

angularOffset: number = 0

bodyA

bodyA: b2Body

bodyB

bodyB: b2Body

collideConnected

collideConnected: boolean = false

correctionFactor

correctionFactor: number = 0.3

Readonly linearOffset

linearOffset: b2Vec2 = new b2Vec2(0, 0)

maxForce

maxForce: number = 1

maxTorque

maxTorque: number = 1

Readonly type

type: b2JointType = b2JointType.e_unknownJoint

userData

userData: any = null

Methods

Initialize

  • Parameters

    Returns void

Generated using TypeDoc