Tao.Ode SDK Documentation

Ode.dJointAttach Method 

[Visual Basic]
Public Shared Sub dJointAttach( _
   ByVal joint As IntPtr, _
   ByVal body1 As IntPtr, _
   ByVal body2 As IntPtr _
)
[C#]
public static void dJointAttach(
   IntPtr joint,
   IntPtr body1,
   IntPtr body2
);

See Also

Ode Class | Tao.Ode Namespace