-
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.
== set_radius ==
- void #set_radius( real radius ) \ Set the capsule radius. == get_radius ==
- real #get_radius(****) const \ Return the capsule radius. == set_height ==
- void #set_height( real height ) \ Set the capsule height. == get_height ==
- real #get_height(****) const \ Return the capsule height.