godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
DampedSpringJoint2D._classBinding
godot
dampedspringjoint2d
DampedSpringJoint2D
Undocumented in source.
struct
DampedSpringJoint2D
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("set_length")
GodotMethod
!(
void
,
double
)
setLength
;
__gshared
@
GodotName
("get_length")
GodotMethod
!(
double
)
getLength
;
__gshared
@
GodotName
("set_rest_length")
GodotMethod
!(
void
,
double
)
setRestLength
;
__gshared
@
GodotName
("get_rest_length")
GodotMethod
!(
double
)
getRestLength
;
__gshared
@
GodotName
("set_stiffness")
GodotMethod
!(
void
,
double
)
setStiffness
;
__gshared
@
GodotName
("get_stiffness")
GodotMethod
!(
double
)
getStiffness
;
__gshared
@
GodotName
("set_damping")
GodotMethod
!(
void
,
double
)
setDamping
;
__gshared
@
GodotName
("get_damping")
GodotMethod
!(
double
)
getDamping
;
}
Members
Static variables
getDamping
GodotMethod
!(
double
)
getDamping
;
Undocumented in source.
getLength
GodotMethod
!(
double
)
getLength
;
Undocumented in source.
getRestLength
GodotMethod
!(
double
)
getRestLength
;
Undocumented in source.
getStiffness
GodotMethod
!(
double
)
getStiffness
;
Undocumented in source.
setDamping
GodotMethod
!(
void
,
double
)
setDamping
;
Undocumented in source.
setLength
GodotMethod
!(
void
,
double
)
setLength
;
Undocumented in source.
setRestLength
GodotMethod
!(
void
,
double
)
setRestLength
;
Undocumented in source.
setStiffness
GodotMethod
!(
void
,
double
)
setStiffness
;
Undocumented in source.
Meta
Source
See Implementation
godot
dampedspringjoint2d
DampedSpringJoint2D
aliases
BaseClasses
functions
getDamping
getLength
getRestLength
getStiffness
opAssign
opEquals
setDamping
setLength
setRestLength
setStiffness
properties
damping
length
restLength
stiffness
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name