PinJoint2D

Inherits: Joint2D < Node2D < CanvasItem < Node < Object

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

Properties

bool

angular_limit_enabled

false

float

angular_limit_lower

0.0

float

angular_limit_upper

0.0

bool

motor_enabled

false

float

motor_target_velocity

0.0

float

softness

0.0


Property Descriptions

bool angular_limit_enabled = false

  • void set_angular_limit_enabled ( bool value )

  • bool is_angular_limit_enabled ( )

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


float angular_limit_lower = 0.0

  • void set_angular_limit_lower ( float value )

  • float get_angular_limit_lower ( )

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


float angular_limit_upper = 0.0

  • void set_angular_limit_upper ( float value )

  • float get_angular_limit_upper ( )

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


bool motor_enabled = false

  • void set_motor_enabled ( bool value )

  • bool is_motor_enabled ( )

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


float motor_target_velocity = 0.0

  • void set_motor_target_velocity ( float value )

  • float get_motor_target_velocity ( )

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


float softness = 0.0

  • void set_softness ( float value )

  • float get_softness ( )

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