CollisionPolygon3D

Inherits: Node3D < Node < Object

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

Properties

float

depth

1.0

bool

disabled

false

float

margin

0.04

PackedVector2Array

polygon

PackedVector2Array()


Property Descriptions

float depth = 1.0

  • void set_depth ( float value )

  • float get_depth ( )

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!


float margin = 0.04

  • void set_margin ( float value )

  • float get_margin ( )

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


PackedVector2Array polygon = PackedVector2Array()

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