Destroys all 3D objects that have not been used for a long time.
Syntax
C#
VB
C++
publicstaticvoid DoTimelyChecks()
PublicSharedSub DoTimelyChecks()
public: staticvoid DoTimelyChecks()
Remarks
DoTimelyChecks will go through every volume in the dictionary and delete every volume that has not been called or used for a long time.
The time out period is 3 minutes.
To prevent a certain volume from getting destroyed, either use it by calling any function, or call KeepAlive periodically (once every 2 minutes, for example).