CapsuleShape2D
Inherits: Shape2D < Resource < Reference < Object
Category: Core
Brief Description
Capsule shape for 2D collisions.
Properties
float | height |
float | radius |
Description
Capsule shape for 2D collisions.
Property Descriptions
- float height
Setter | set_height(value) |
Getter | get_height() |
The capsule’s height.
- float radius
Setter | set_radius(value) |
Getter | get_radius() |
The capsule’s radius.