Files
Aug2021-Cpp2IL-Dump/Unity.TextMeshPro/TMPro/TMP_FontUtilities.cs
T
2026-04-10 22:50:51 +02:00

48 lines
1.6 KiB
C#

using System;
using System.Collections.Generic;
using Cpp2IlInjected;
namespace TMPro
{
// Token: 0x02000034 RID: 52
[Token(Token = "0x2000023")]
public static class TMP_FontUtilities
{
// Token: 0x0600016A RID: 362 RVA: 0x00002052 File Offset: 0x00000252
[Token(Token = "0x6000135")]
[Address(RVA = "0x1AEAAD0", Offset = "0x1AE98D0", VA = "0x181AEAAD0")]
public static TMP_FontAsset SearchForCharacter(TMP_FontAsset font, uint unicode, out TMP_Character character)
{
return null;
}
// Token: 0x0600016B RID: 363 RVA: 0x00002052 File Offset: 0x00000252
[Token(Token = "0x6000136")]
[Address(RVA = "0x1AEABA0", Offset = "0x1AE99A0", VA = "0x181AEABA0")]
public static TMP_FontAsset SearchForCharacter(List<TMP_FontAsset> fonts, uint unicode, out TMP_Character character)
{
return null;
}
// Token: 0x0600016C RID: 364 RVA: 0x00002052 File Offset: 0x00000252
[Token(Token = "0x6000137")]
[Address(RVA = "0x1AEA8B0", Offset = "0x1AE96B0", VA = "0x181AEA8B0")]
private static TMP_FontAsset SearchForCharacterInternal(TMP_FontAsset font, uint unicode, out TMP_Character character)
{
return null;
}
// Token: 0x0600016D RID: 365 RVA: 0x00002052 File Offset: 0x00000252
[Token(Token = "0x6000138")]
[Address(RVA = "0x1AEA7D0", Offset = "0x1AE95D0", VA = "0x181AEA7D0")]
private static TMP_FontAsset SearchForCharacterInternal(List<TMP_FontAsset> fonts, uint unicode, out TMP_Character character)
{
return null;
}
// Token: 0x04000130 RID: 304
[Token(Token = "0x40000FC")]
private static List<int> k_searchedFontAssets;
}
}