godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
Joint._classBinding
godot
joint
Joint
Undocumented in source.
struct
Joint
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_solver_priority")
GodotMethod
!(
void
,
long
)
setSolverPriority
;
__gshared
@
GodotName
("get_solver_priority")
GodotMethod
!(
long
)
getSolverPriority
;
__gshared
@
GodotName
("set_exclude_nodes_from_collision")
GodotMethod
!(
void
,
bool
)
setExcludeNodesFromCollision
;
__gshared
@
GodotName
("get_exclude_nodes_from_collision")
GodotMethod
!(
bool
)
getExcludeNodesFromCollision
;
}
Members
Static variables
getExcludeNodesFromCollision
GodotMethod
!(
bool
)
getExcludeNodesFromCollision
;
Undocumented in source.
getNodeA
GodotMethod
!(
NodePath
)
getNodeA
;
Undocumented in source.
getNodeB
GodotMethod
!(
NodePath
)
getNodeB
;
Undocumented in source.
getSolverPriority
GodotMethod
!(
long
)
getSolverPriority
;
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.
setSolverPriority
GodotMethod
!(
void
,
long
)
setSolverPriority
;
Undocumented in source.
Meta
Source
See Implementation
godot
joint
Joint
aliases
BaseClasses
functions
getExcludeNodesFromCollision
getNodeA
getNodeB
getSolverPriority
opAssign
opEquals
setExcludeNodesFromCollision
setNodeA
setNodeB
setSolverPriority
properties
collisionExcludeNodes
nodesNodeA
nodesNodeB
solverPriority
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name