CollisionShape2D

Inherits: Node2D < CanvasItem < Node < Object

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

Properties

Color

debug_color

Color(0, 0, 0, 1)

bool

disabled

false

bool

one_way_collision

false

float

one_way_collision_margin

1.0

Shape2D

shape


Property Descriptions

Color debug_color = Color(0, 0, 0, 1)

  • void set_debug_color ( Color value )

  • Color get_debug_color ( )

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


bool disabled = false

  • void set_disabled ( bool value )

  • bool is_disabled ( )

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


bool one_way_collision = false

  • void set_one_way_collision ( bool value )

  • bool is_one_way_collision_enabled ( )

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


float one_way_collision_margin = 1.0

  • void set_one_way_collision_margin ( float value )

  • float get_one_way_collision_margin ( )

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


Shape2D shape

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