TerrainCache Class |
Namespace: AGI.Foundation.Terrain
The TerrainCache type exposes the following members.
Name | Description | |
---|---|---|
TerrainCache | Initializes a new instance. |
Name | Description | |
---|---|---|
Group |
Gets the TerrainCacheGroup that contains this cache.
| |
LeastRecentlyUsedRegion |
Gets the region in this cache that was least recently used.
| |
Size |
Gets the approximate total memory, in bytes, used by all regions in the cache.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
LoadRegion |
Loads the specified region into the cache.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RemoveRegion |
Removes the specified region from the cache.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |