Joint2D

Inherits: Node2D < CanvasItem < Node < Object

Inherited By: DampedSpringJoint2D, GrooveJoint2D, PinJoint2D

There is currently no description for this class. Please help us by contributing one!

Properties

float

bias

0.0

bool

disable_collision

true

NodePath

node_a

NodePath("")

NodePath

node_b

NodePath("")

Methods

RID

get_rid ( ) const


Property Descriptions

float bias = 0.0

  • void set_bias ( float value )

  • float get_bias ( )

There is currently no description for this property. Please help us by contributing one!


bool disable_collision = true

  • void set_exclude_nodes_from_collision ( bool value )

  • bool get_exclude_nodes_from_collision ( )

There is currently no description for this property. Please help us by contributing one!


NodePath node_a = NodePath("")

There is currently no description for this property. Please help us by contributing one!


NodePath node_b = NodePath("")

There is currently no description for this property. Please help us by contributing one!


Method Descriptions

RID get_rid ( ) const

There is currently no description for this method. Please help us by contributing one!