godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
StaticBody2D.bounce
godot
staticbody2d
StaticBody2D
The body's bounciness. Values range from
0
(no bounce) to
1
(full bounciness).
double
bounce
[@property getter]
double
bounce
[@property setter]
struct
StaticBody2D
@
nogc
nothrow @
property
void
bounce
(
double
v
)
Meta
Source
See Implementation
godot
staticbody2d
StaticBody2D
aliases
BaseClasses
functions
_reloadPhysicsCharacteristics
getBounce
getConstantAngularVelocity
getConstantLinearVelocity
getFriction
getPhysicsMaterialOverride
opAssign
opEquals
setBounce
setConstantAngularVelocity
setConstantLinearVelocity
setFriction
setPhysicsMaterialOverride
properties
bounce
constantAngularVelocity
constantLinearVelocity
friction
physicsMaterialOverride
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name
The body's bounciness. Values range from 0 (no bounce) to 1 (full bounciness).