namespace Mapbox.Unity.MeshGeneration.Enums
{
	public enum TilePropertyState
	{
		Unregistered,
		None,
		Loading,
		Loaded,
		Error,
		Cancelled,
	}
}
