CapsuleShape
Inherits: Shape < Resource < Reference < Object
Category: Core
Brief Description
Capsule shape for collisions.
Properties
float | height |
float | radius |
Description
Capsule shape for 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.