Tao.Ode SDK Documentation

Ode.dBodySetAutoDisableAngularThreshold Method 

[Visual Basic]
Public Shared Sub dBodySetAutoDisableAngularThreshold( _
   ByVal body As IntPtr, _
   ByVal angular_threshold As Single _
)
[C#]
public static void dBodySetAutoDisableAngularThreshold(
   IntPtr body,
   float angular_threshold
);

See Also

Ode Class | Tao.Ode Namespace