Tao.Ode SDK Documentation

Ode.dJointGroupDestroy Method 

Destroy a joint group. All joints in the joint group will be destroyed.

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

Parameters

group
A dJointGroupID

See Also

Ode Class | Tao.Ode Namespace