Tao.Ode SDK Documentation
Ode.dBodyGetJoint Method
[Visual Basic]
Public Shared Function dBodyGetJoint( _
ByVal
body
As
IntPtr
, _
ByVal
index
As
Integer
_
) As
IntPtr
[C#]
public static
IntPtr
dBodyGetJoint(
IntPtr
body
,
int
index
);
See Also
Ode Class
|
Tao.Ode Namespace