Tao.Ode SDK Documentation

Ode.dJointGroupCreate Method 

Create a joint group. NOTE: The max_size argument is no longer used and should be set to 0. It is kept for backwards compatibility.

[Visual Basic]
Public Shared Function dJointGroupCreate( _
   ByVal max_size As Integer _
) As IntPtr
[C#]
public static IntPtr dJointGroupCreate(
   int max_size
);

Parameters

max_size
An int

Return Value

A dJointGroupID

See Also

Ode Class | Tao.Ode Namespace