CapsuleShape

Inherits: Shape < Resource < Reference < Object

Capsule shape for collisions.

Description

Capsule shape for collisions.

Tutorials

Properties

float

height

1.0

float

radius

1.0


Property Descriptions

float height = 1.0

  • void set_height ( float value )

  • float get_height ( )

The capsule's height.


float radius = 1.0

  • void set_radius ( float value )

  • float get_radius ( )

The capsule's radius.