Search
Preparing search index...
The search index is not available
CocosCreatorAPI
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
dynamics
b2WeldJointDef
Class b2WeldJointDef
Hierarchy
b2JointDef
b2WeldJointDef
Implements
b2IJointDef
b2IWeldJointDef
Index
Constructors
constructor
Properties
bodyA
bodyB
collide
Connected
damping
Ratio
frequency
Hz
local
AnchorA
local
AnchorB
reference
Angle
type
user
Data
Methods
Initialize
Constructors
constructor
new b2
Weld
Joint
Def
(
)
:
b2WeldJointDef
Returns
b2WeldJointDef
Properties
bodyA
bodyA
:
b2Body
bodyB
bodyB
:
b2Body
collide
Connected
collide
Connected
:
boolean
= false
damping
Ratio
damping
Ratio
:
number
= 0
frequency
Hz
frequency
Hz
:
number
= 0
Readonly
local
AnchorA
local
AnchorA
:
b2Vec2
= new b2Vec2()
Readonly
local
AnchorB
local
AnchorB
:
b2Vec2
= new b2Vec2()
reference
Angle
reference
Angle
:
number
= 0
Readonly
type
type
:
b2JointType
= b2JointType.e_unknownJoint
user
Data
user
Data
:
any
= null
Methods
Initialize
Initialize
(
bA
:
b2Body
, bB
:
b2Body
, anchor
:
b2Vec2
)
:
void
Parameters
bA:
b2Body
bB:
b2Body
anchor:
b2Vec2
Returns
void
Globals
node_
modules\@cocos\box2d\src\dynamics
b2
Weld
Joint
Def
constructor
bodyA
bodyB
collide
Connected
damping
Ratio
frequency
Hz
local
AnchorA
local
AnchorB
reference
Angle
type
user
Data
Initialize
Generated using
TypeDoc