godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
StaticBody2D.friction
godot
staticbody2d
StaticBody2D
The body's friction. Values range from
0
(no friction) to
1
(full friction).
double
friction
[@property getter]
double
friction
[@property setter]
struct
StaticBody2D
@
nogc
nothrow @
property
void
friction
(
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 friction. Values range from 0 (no friction) to 1 (full friction).