q5play
Preparing search index...
Box2D
b2BodyDef
Interface b2BodyDef
interface
b2BodyDef
{
allowFastRotation
:
boolean
;
angularDamping
:
number
;
angularVelocity
:
number
;
enableSleep
:
boolean
;
gravityScale
:
number
;
internalValue
:
number
;
isAwake
:
boolean
;
isBullet
:
boolean
;
isEnabled
:
boolean
;
linearDamping
:
number
;
linearVelocity
:
b2Vec2
;
motionLocks
:
b2MotionLocks
;
position
:
b2Vec2
;
rotation
:
b2Rot
;
sleepThreshold
:
number
;
type
:
b2BodyType
;
clone
()
:
this
;
delete
()
:
void
;
deleteLater
()
:
this
;
isAliasOf
(
other
:
ClassHandle
)
:
boolean
;
isDeleted
()
:
boolean
;
[
key
:
number
]:
()
=>
void
;
}
Hierarchy (
View Summary
)
ClassHandle
b2BodyDef
Indexable
[
key
:
number
]:
()
=>
void
Index
Properties
allow
Fast
Rotation
angular
Damping
angular
Velocity
enable
Sleep
gravity
Scale
internal
Value
is
Awake
is
Bullet
is
Enabled
linear
Damping
linear
Velocity
motion
Locks
position
rotation
sleep
Threshold
type
Methods
clone
delete
delete
Later
is
Alias
Of
is
Deleted
Properties
allow
Fast
Rotation
allowFastRotation
:
boolean
angular
Damping
angularDamping
:
number
angular
Velocity
angularVelocity
:
number
enable
Sleep
enableSleep
:
boolean
gravity
Scale
gravityScale
:
number
internal
Value
internalValue
:
number
is
Awake
isAwake
:
boolean
is
Bullet
isBullet
:
boolean
is
Enabled
isEnabled
:
boolean
linear
Damping
linearDamping
:
number
linear
Velocity
linearVelocity
:
b2Vec2
motion
Locks
motionLocks
:
b2MotionLocks
position
position
:
b2Vec2
rotation
rotation
:
b2Rot
sleep
Threshold
sleepThreshold
:
number
type
type
:
b2BodyType
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
allow
Fast
Rotation
angular
Damping
angular
Velocity
enable
Sleep
gravity
Scale
internal
Value
is
Awake
is
Bullet
is
Enabled
linear
Damping
linear
Velocity
motion
Locks
position
rotation
sleep
Threshold
type
Methods
clone
delete
delete
Later
is
Alias
Of
is
Deleted
q5play
Loading...