TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

interface IDeletable in Tinman.Core.System

Base interface for classes that have an explicit delete operation.

interface IDeletable base of ColorBuffer
  CoverageBuffer
  GraphLink
  GraphNode
  HeightmapRegion

Methods

Delete

Deletes this object immediately.

method Delete ()

Remarks:

Deletion is considered to be a notification that the object is no longer used. The implementation is then free to perform cleanup or pooling actions.

Using an object after Delete has been called will yield undefined results. The code that calls Delete must make sure that there are no shared usages of the object that is being deleted.