Tao.Ode SDK Documentation |
|
Ode.dGeomTransformSetCleanup Method
Set the clean-up mode of geometry transform g. If the clean-up mode is 1, then the encapsulated object will be destroyed when the geometry transform is destroyed. If the clean-up mode is 0 this does not happen. The default clean-up mode is 0.
[Visual Basic]
Public Shared Sub dGeomTransformSetCleanup( _
ByVal
g As
IntPtr, _
ByVal
mode As
Integer _
)
[C#]
public static
void dGeomTransformSetCleanup(
IntPtr g,
int mode);
Parameters
-
g
- A dGeomID
-
mode
- An int
See Also
Ode Class | Tao.Ode Namespace