Tao.Ode SDK Documentation
Ode.dJointCreatePR Method
[Visual Basic]
Public Shared Function dJointCreatePR( _
ByVal
world
As
IntPtr
, _
ByVal
group
As
IntPtr
_
) As
IntPtr
[C#]
public static
IntPtr
dJointCreatePR(
IntPtr
world
,
IntPtr
group
);
See Also
Ode Class
|
Tao.Ode Namespace