Wiki > TV3D65 Index > TVMesh
- Destroys the TVMesh, removing it from memory. Use this when you will no longer be referencing the mesh. Simply setting the TVMesh to null will keep the memory occupied.
| VB.NET | Destroy() |
|---|---|
| C++ | void Destroy() |
None
| Null | Does not return a value. |
|---|
| Example | Basic example. |
|---|