13 lines
152 B
C#
13 lines
152 B
C#
namespace Mapbox.Unity.MeshGeneration.Enums
|
|
{
|
|
public enum TilePropertyState
|
|
{
|
|
Unregistered,
|
|
None,
|
|
Loading,
|
|
Loaded,
|
|
Error,
|
|
Cancelled,
|
|
}
|
|
}
|