TerrainCacheGroupStartCacheThread Method |
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.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic void StartCacheThread()
Public Sub StartCacheThread
public:
void StartCacheThread()
member StartCacheThread : unit -> unit
See Also