godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
Joint2D._classBinding
godot
joint2d
Joint2D
Undocumented in source.
struct
Joint2D
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("set_node_a")
GodotMethod
!(
void
,
NodePath
)
setNodeA
;
__gshared
@
GodotName
("get_node_a")
GodotMethod
!(
NodePath
)
getNodeA
;
__gshared
@
GodotName
("set_node_b")
GodotMethod
!(
void
,
NodePath
)
setNodeB
;
__gshared
@
GodotName
("get_node_b")
GodotMethod
!(
NodePath
)
getNodeB
;
__gshared
@
GodotName
("set_bias")
GodotMethod
!(
void
,
double
)
setBias
;
__gshared
@
GodotName
("get_bias")
GodotMethod
!(
double
)
getBias
;
__gshared
@
GodotName
("set_exclude_nodes_from_collision")
GodotMethod
!(
void
,
bool
)
setExcludeNodesFromCollision
;
__gshared
@
GodotName
("get_exclude_nodes_from_collision")
GodotMethod
!(
bool
)
getExcludeNodesFromCollision
;
}
Members
Static variables
getBias
GodotMethod
!(
double
)
getBias
;
Undocumented in source.
getExcludeNodesFromCollision
GodotMethod
!(
bool
)
getExcludeNodesFromCollision
;
Undocumented in source.
getNodeA
GodotMethod
!(
NodePath
)
getNodeA
;
Undocumented in source.
getNodeB
GodotMethod
!(
NodePath
)
getNodeB
;
Undocumented in source.
setBias
GodotMethod
!(
void
,
double
)
setBias
;
Undocumented in source.
setExcludeNodesFromCollision
GodotMethod
!(
void
,
bool
)
setExcludeNodesFromCollision
;
Undocumented in source.
setNodeA
GodotMethod
!(
void
,
NodePath
)
setNodeA
;
Undocumented in source.
setNodeB
GodotMethod
!(
void
,
NodePath
)
setNodeB
;
Undocumented in source.
Meta
Source
See Implementation
godot
joint2d
Joint2D
aliases
BaseClasses
functions
getBias
getExcludeNodesFromCollision
getNodeA
getNodeB
opAssign
opEquals
setBias
setExcludeNodesFromCollision
setNodeA
setNodeB
properties
bias
disableCollision
nodeA
nodeB
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name