godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
PhysicsMaterial._classBinding
godot
physicsmaterial
PhysicsMaterial
Undocumented in source.
struct
PhysicsMaterial
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("set_friction")
GodotMethod
!(
void
,
double
)
setFriction
;
__gshared
@
GodotName
("get_friction")
GodotMethod
!(
double
)
getFriction
;
__gshared
@
GodotName
("set_rough")
GodotMethod
!(
void
,
bool
)
setRough
;
__gshared
@
GodotName
("is_rough")
GodotMethod
!(
bool
)
isRough
;
__gshared
@
GodotName
("set_bounce")
GodotMethod
!(
void
,
double
)
setBounce
;
__gshared
@
GodotName
("get_bounce")
GodotMethod
!(
double
)
getBounce
;
__gshared
@
GodotName
("set_absorbent")
GodotMethod
!(
void
,
bool
)
setAbsorbent
;
__gshared
@
GodotName
("is_absorbent")
GodotMethod
!(
bool
)
isAbsorbent
;
}
Members
Static variables
getBounce
GodotMethod
!(
double
)
getBounce
;
Undocumented in source.
getFriction
GodotMethod
!(
double
)
getFriction
;
Undocumented in source.
isAbsorbent
GodotMethod
!(
bool
)
isAbsorbent
;
Undocumented in source.
isRough
GodotMethod
!(
bool
)
isRough
;
Undocumented in source.
setAbsorbent
GodotMethod
!(
void
,
bool
)
setAbsorbent
;
Undocumented in source.
setBounce
GodotMethod
!(
void
,
double
)
setBounce
;
Undocumented in source.
setFriction
GodotMethod
!(
void
,
double
)
setFriction
;
Undocumented in source.
setRough
GodotMethod
!(
void
,
bool
)
setRough
;
Undocumented in source.
Meta
Source
See Implementation
godot
physicsmaterial
PhysicsMaterial
aliases
BaseClasses
functions
getBounce
getFriction
isAbsorbent
isRough
opAssign
opEquals
setAbsorbent
setBounce
setFriction
setRough
properties
absorbent
bounce
friction
rough
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name