Tao.Ode SDK Documentation

Ode.dJointGroupEmpty Method 

Empty a joint group. All joints in the joint group will be destroyed, but the joint group itself will not be destroyed.

[Visual Basic]
Public Shared Sub dJointGroupEmpty( _
   ByVal group As IntPtr _
)
[C#]
public static void dJointGroupEmpty(
   IntPtr group
);

Parameters

group
A dJointGroupID

See Also

Ode Class | Tao.Ode Namespace