Skip to content
reduz edited this page Apr 10, 2014 · 10 revisions

CapsuleShape

####Inherits: Shape ####Category: Core

Brief Description

Capsule shape resource.

Member Functions

Description

Capsule shape resource, which can be set into a PhysicsBody or area.

Member Function Description

  • void set_radius ( float radius )

Set the capsule radius.

  • float get_radius ( ) const

Return the capsule radius.

  • void set_height ( float height )

Set the capsule height.

  • float get_height ( ) const

Return the capsule height.

Clone this wiki locally