godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
DampedSpringJoint2D.GDNativeClassBinding
godot
dampedspringjoint2d
DampedSpringJoint2D
Undocumented in source.
struct
DampedSpringJoint2D
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("get_damping")
GodotMethod
!(
double
)
getDamping
;
__gshared
@
GodotName
("get_length")
GodotMethod
!(
double
)
getLength
;
__gshared
@
GodotName
("get_rest_length")
GodotMethod
!(
double
)
getRestLength
;
__gshared
@
GodotName
("get_stiffness")
GodotMethod
!(
double
)
getStiffness
;
__gshared
@
GodotName
("set_damping")
GodotMethod
!(
void
,
double
)
setDamping
;
__gshared
@
GodotName
("set_length")
GodotMethod
!(
void
,
double
)
setLength
;
__gshared
@
GodotName
("set_rest_length")
GodotMethod
!(
void
,
double
)
setRestLength
;
__gshared
@
GodotName
("set_stiffness")
GodotMethod
!(
void
,
double
)
setStiffness
;
}
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
toHash
properties
damping
length
restLength
stiffness
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name