Wiki > TV3D65 Index > TVPhysics
CreateSliderJoint
DESCRIPTION
-This page has been generated automatically. Please improve it by adding a description and additional information.
DECLARATION
| VB.NET | CreateSliderJoint(iSlidingBody As Integer , iSupportBody As Integer , vAttachPointInWorldSpace As TV_3DVECTOR , vSlidingAxis As TV_3DVECTOR) As Integer |
| C++ | int CreateSliderJoint(int iSlidingBody , int iSupportBody , cTV_3DVECTOR vAttachPointInWorldSpace , cTV_3DVECTOR vSlidingAxis) |
PARAMETERS
| NAME | OPTIONAL | DESCRIPTION |
| iSlidingBody | No | iSlidingBody description |
| iSupportBody | No | iSupportBody description |
| vAttachPointInWorldSpace | No | vAttachPointInWorldSpace description |
| vSlidingAxis | No | vSlidingAxis description |
RETURN VALUE
| Integer | Description of what the return value means. |
EXAMPLES
TIPS
- Please add any notes or tips for this method.