40 lines
1.3 KiB
C#
40 lines
1.3 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace MTAssets.UltimateLODSystem.MeshSimplifier.Internal
|
|
{
|
|
// Token: 0x0200061B RID: 1563
|
|
[Token(Token = "0x200061B")]
|
|
internal class BorderVertexComparer : IComparer<BorderVertex>
|
|
{
|
|
// Token: 0x06003132 RID: 12594 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x6003132")]
|
|
[Address(RVA = "0xE50C60", Offset = "0xE4F460", VA = "0x180E50C60", Slot = "4")]
|
|
public int Compare(BorderVertex x, BorderVertex y)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06003133 RID: 12595 RVA: 0x00066D84 File Offset: 0x00064F84
|
|
[Token(Token = "0x6003133")]
|
|
[Address(RVA = "0x43A830", Offset = "0x439030", VA = "0x18043A830")]
|
|
public BorderVertexComparer()
|
|
{
|
|
}
|
|
|
|
// Token: 0x06003134 RID: 12596 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
// Note: this type is marked as 'beforefieldinit'.
|
|
[Token(Token = "0x6003134")]
|
|
[Address(RVA = "0xE50C90", Offset = "0xE4F490", VA = "0x180E50C90")]
|
|
static BorderVertexComparer()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x04003B10 RID: 15120
|
|
[Token(Token = "0x4003B10")]
|
|
public static readonly BorderVertexComparer instance;
|
|
}
|
|
}
|