Wiki > TV3D65 Index > TVPhysics
AddCapsule
DESCRIPTION
-This page has been generated automatically. Please improve it by adding a description and additional information.
DECLARATION
| VB.NET | AddCapsule(rigidBodyIndex As Integer , vCapsuleCenter As TV_3DVECTOR , fRadius As Single , fHeight As Single) |
| C++ | void AddCapsule(int rigidBodyIndex , cTV_3DVECTOR vCapsuleCenter , float fRadius , float fHeight ) |
PARAMETERS
| NAME | OPTIONAL | DESCRIPTION |
| rigidBodyIndex | No | rigidBodyIndex description |
| vCapsuleCenter | No | vCapsuleCenter description |
| fRadius | No | fRadius description |
| fHeight | No | fHeight description |
RETURN VALUE
| Null | Does not return a value. |
EXAMPLES
TIPS
- Please add any notes or tips for this method.