scripts
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
|
||||
namespace Poly2Tri
|
||||
{
|
||||
// Token: 0x02000018 RID: 24
|
||||
public abstract class TriangulationDebugContext
|
||||
{
|
||||
// Token: 0x060000C9 RID: 201 RVA: 0x00004B8D File Offset: 0x00002D8D
|
||||
public TriangulationDebugContext(TriangulationContext tcx)
|
||||
{
|
||||
this._tcx = tcx;
|
||||
}
|
||||
|
||||
// Token: 0x060000CA RID: 202
|
||||
public abstract void Clear();
|
||||
|
||||
// Token: 0x04000041 RID: 65
|
||||
protected TriangulationContext _tcx;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user