Files
27Aug2021-Cpp2IL-Dump/SteamVR/Valve/VR/CVRNotifications.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

39 lines
1.2 KiB
C#

using System;
using Cpp2IlInjected;
namespace Valve.VR
{
// Token: 0x02000231 RID: 561
[Token(Token = "0x2000090")]
public class CVRNotifications
{
// Token: 0x06000CF4 RID: 3316 RVA: 0x00002201 File Offset: 0x00000401
[Token(Token = "0x6000678")]
[Address(RVA = "0x5F6870", Offset = "0x5F5870", VA = "0x1805F6870")]
internal CVRNotifications(IntPtr pInterface)
{
}
// Token: 0x06000CF5 RID: 3317 RVA: 0x00005AA4 File Offset: 0x00003CA4
[Token(Token = "0x6000679")]
[Address(RVA = "0x5F6810", Offset = "0x5F5810", VA = "0x1805F6810")]
public EVRNotificationError CreateNotification(ulong ulOverlayHandle, ulong ulUserValue, EVRNotificationType type, string pchText, EVRNotificationStyle style, ref NotificationBitmap_t pImage, ref uint pNotificationId)
{
return EVRNotificationError.OK;
}
// Token: 0x06000CF6 RID: 3318 RVA: 0x00005ABC File Offset: 0x00003CBC
[Token(Token = "0x600067A")]
[Address(RVA = "0x5F6850", Offset = "0x5F5850", VA = "0x1805F6850")]
public EVRNotificationError RemoveNotification(uint notificationId)
{
return EVRNotificationError.OK;
}
// Token: 0x0400041B RID: 1051
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x40003E3")]
private IVRNotifications FnTable;
}
}