Click or drag to resize

CollisionShape2DShape Property

The actual shape owned by this collision shape.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Shape2D Shape { get; set; }

Property Value

Type: Shape2D
See Also