Tao.Ode SDK Documentation

Ode.dBodySetAutoDisableDefaults Method 

Method dBodySetAutoDisableDefaults Set the auto-disable parameters of the body to the default parameters that have been set on the world.

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

Parameters

body
A dBodyID

See Also

Ode Class | Tao.Ode Namespace