Class RetryTesselationException
- Namespace
- Vintagestory.API.Client
- Assembly
- VintagestoryAPI.dll
Used if the chunk will not be fully tesselated, but requeuing it is expected to succeed next time
See TextureAtlasManager.RuntimeCreateNewAtlas() for an example: if creation of a new atlas is required, that must occur on the main thread before tesselation can proceed Open in GitHub
public class RetryTesselationException : Exception, ISerializable
- Inheritance
-
RetryTesselationException
- Implements
- Inherited Members
- Extension Methods
Constructors
RetryTesselationException(string)
public RetryTesselationException(string message)
Parameters
messagestring