forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 20
class_capsuleshape
reduz edited this page Apr 10, 2014
·
10 revisions
####Inherits: Shape ####Category: Core
Capsule shape resource.
- void set_radius ( float radius )
- float get_radius ( ) const
- void set_height ( float height )
- float get_height ( ) const
Capsule shape resource, which can be set into a PhysicsBody or area.
- 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.