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