CollisionPolygon2D
Inherits: Node2D < CanvasItem < Node < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
|
Enumerations
enum BuildMode:
BuildMode BUILD_SOLIDS = 0
There is currently no description for this enum. Please help us by contributing one!
BuildMode BUILD_SEGMENTS = 1
There is currently no description for this enum. Please help us by contributing one!
Property Descriptions
BuildMode build_mode = 0
There is currently no description for this property. Please help us by contributing one!
bool disabled = false
There is currently no description for this property. Please help us by contributing one!
bool one_way_collision = false
There is currently no description for this property. Please help us by contributing one!
float one_way_collision_margin = 1.0
There is currently no description for this property. Please help us by contributing one!
PackedVector2Array polygon = PackedVector2Array()
void set_polygon ( PackedVector2Array value )
PackedVector2Array get_polygon ( )
There is currently no description for this property. Please help us by contributing one!