Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

23 lines
615 B
C#

using System;
using System.Collections.Generic;
using Cpp2IlInjected;
namespace UnityEngine.Rendering
{
// Token: 0x0200006A RID: 106
[Token(Token = "0x200003E")]
internal class TProfilingSampler<TEnum> : ProfilingSampler where TEnum : Enum
{
// Token: 0x06000232 RID: 562 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000179")]
[Address(RVA = "0x30554B0", Offset = "0x30544B0", VA = "0x1830554B0")]
public TProfilingSampler(string name)
{
}
// Token: 0x04000177 RID: 375
[Token(Token = "0x4000101")]
internal static Dictionary<TEnum, TProfilingSampler<TEnum>> samples;
}
}