q5play
Preparing search index...
Box2D
b2MotorJointDef
Interface b2MotorJointDef
interface
b2MotorJointDef
{
angularDampingRatio
:
number
;
angularHertz
:
number
;
angularVelocity
:
number
;
base
:
b2JointDef
;
linearDampingRatio
:
number
;
linearHertz
:
number
;
linearVelocity
:
b2Vec2
;
maxSpringForce
:
number
;
maxSpringTorque
:
number
;
maxVelocityForce
:
number
;
maxVelocityTorque
:
number
;
clone
()
:
this
;
delete
()
:
void
;
deleteLater
()
:
this
;
isAliasOf
(
other
:
ClassHandle
)
:
boolean
;
isDeleted
()
:
boolean
;
[
key
:
number
]:
()
=>
void
;
}
Hierarchy (
View Summary
)
ClassHandle
b2MotorJointDef
Indexable
[
key
:
number
]:
()
=>
void
Index
Properties
angular
Damping
Ratio
angular
Hertz
angular
Velocity
base
linear
Damping
Ratio
linear
Hertz
linear
Velocity
max
Spring
Force
max
Spring
Torque
max
Velocity
Force
max
Velocity
Torque
Methods
clone
delete
delete
Later
is
Alias
Of
is
Deleted
Properties
angular
Damping
Ratio
angularDampingRatio
:
number
angular
Hertz
angularHertz
:
number
angular
Velocity
angularVelocity
:
number
base
base
:
b2JointDef
linear
Damping
Ratio
linearDampingRatio
:
number
linear
Hertz
linearHertz
:
number
linear
Velocity
linearVelocity
:
b2Vec2
max
Spring
Force
maxSpringForce
:
number
max
Spring
Torque
maxSpringTorque
:
number
max
Velocity
Force
maxVelocityForce
:
number
max
Velocity
Torque
maxVelocityTorque
:
number
Methods
clone
clone
()
:
this
Returns
this
delete
delete
()
:
void
Returns
void
delete
Later
deleteLater
()
:
this
Returns
this
is
Alias
Of
isAliasOf
(
other
:
ClassHandle
)
:
boolean
Parameters
other
:
ClassHandle
Returns
boolean
is
Deleted
isDeleted
()
:
boolean
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
angular
Damping
Ratio
angular
Hertz
angular
Velocity
base
linear
Damping
Ratio
linear
Hertz
linear
Velocity
max
Spring
Force
max
Spring
Torque
max
Velocity
Force
max
Velocity
Torque
Methods
clone
delete
delete
Later
is
Alias
Of
is
Deleted
q5play
Loading...