-
Notifications
You must be signed in to change notification settings - Fork 0
class_capsuleshape
reduz edited this page Feb 23, 2014
·
10 revisions
####Inherits: Shape ####Category: Core
Capsule shape resource.
- void set_radius ( real radius )
- real get_radius ( ) const
- void set_height ( real height )
- real get_height ( ) const
Capsule shape resource, which can be set into a PhysicsBody or area.
- void set_radius ( real radius )
Set the capsule radius.
- real get_radius ( ) const
Return the capsule radius.
- void set_height ( real height )
Set the capsule height.
- real get_height ( ) const
Return the capsule height.