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: 24.2.419.0 (24.2.419.0)
Syntax public void StartCacheThread()
Public Sub StartCacheThread
public:
void StartCacheThread()
member StartCacheThread : unit -> unit
See Also