CapsuleShape

Inherits: Shape < Resource < Reference < Object

Capsule shape for collisions.

Description

Capsule shape for collisions.

Properties

float height 1.0
float radius 1.0

Property Descriptions

Default 1.0
Setter set_height(value)
Getter get_height()

The capsule’s height.


Default 1.0
Setter set_radius(value)
Getter get_radius()

The capsule’s radius.