Table of Contents

Class CapsuleShape3D

A 3D capsule shape used for physics collision.

Inheritance
CapsuleShape3D

Remarks

A 3D capsule shape, intended for use in physics. Usually used to provide a shape for a CollisionShape3D.

Performance: CapsuleShape3D is fast to check collisions against. It is faster than CylinderShape3D, but slower than SphereShape3D and BoxShape3D.

See Also

Properties

height

The capsule's height.

var height : float = 2.0

Property Value

float

Remarks

radius

The capsule's radius.

var radius : float = 0.5

Property Value

float

Remarks