Click or drag to resize

TerrainCacheGroup Methods

The TerrainCacheGroup type exposes the following members.

Methods
  NameDescription
Public methodAddCache
Adds a cache to the group.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRequestRegionLoad
Requests that a region be loaded into cache. This method returns immediately without loading the region and the region is later loaded in the cache group's thread.
Public methodStartCacheThread
Starts the thread associate with this cache group. It is not normally necessary to call this method because constructing an instance of TerrainCacheGroup will start the thread automatically.
Public methodStopCacheThread
Stops the thread associated with this cache group. This method does not return until the thread has stopped.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also