scripts
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
|
||||
namespace Poly2Tri
|
||||
{
|
||||
// Token: 0x02000019 RID: 25
|
||||
public enum TriangulationMode
|
||||
{
|
||||
// Token: 0x04000043 RID: 67
|
||||
Unconstrained,
|
||||
// Token: 0x04000044 RID: 68
|
||||
Constrained,
|
||||
// Token: 0x04000045 RID: 69
|
||||
Polygon
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user