Black Trigram (흑괘) - API Documentation - v0.2.10
GitHub
Game Website
Preparing search index...
types/systems
PhysicsEntityConfig
Interface PhysicsEntityConfig
interface
PhysicsEntityConfig
{
friction
?:
number
;
isStatic
?:
boolean
;
mass
?:
number
;
position
:
Position
;
restitution
?:
number
;
shape
:
|
{
radius
:
number
;
type
:
"circle"
}
|
{
height
:
number
;
type
:
"rectangle"
;
width
:
number
}
;
velocity
?:
Velocity
;
}
Index
Properties
friction?
is
Static?
mass?
position
restitution?
shape
velocity?
Properties
Optional
Readonly
friction
friction
?:
number
Optional
Readonly
is
Static
isStatic
?:
boolean
Optional
Readonly
mass
mass
?:
number
Readonly
position
position
:
Position
Optional
Readonly
restitution
restitution
?:
number
Readonly
shape
shape
:
|
{
radius
:
number
;
type
:
"circle"
}
|
{
height
:
number
;
type
:
"rectangle"
;
width
:
number
}
Optional
Readonly
velocity
velocity
?:
Velocity
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
friction
is
Static
mass
position
restitution
shape
velocity
GitHub
Game Website
Black Trigram (흑괘) - API Documentation - v0.2.10
Loading...