Tao.Ode SDK Documentation

Ode.dSpaceDestroy Method 

This destroys a space. It functions exactly like dGeomDestroy except that it takes a dSpaceID argument. When a space is destroyed, if its cleanup mode is 1 (the default) then all the geoms in that space are automatically destroyed as well.

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

Parameters

space
the space to destroy

See Also

Ode Class | Tao.Ode Namespace