Table of Contents

Class CVRNotifications

Namespace
Valve.VR
Assembly
Stride.VirtualReality.dll
public class CVRNotifications
Inheritance
CVRNotifications

Methods

CreateNotification(ulong, ulong, EVRNotificationType, string, EVRNotificationStyle, ref NotificationBitmap_t, ref uint)

public EVRNotificationError CreateNotification(ulong ulOverlayHandle, ulong ulUserValue, EVRNotificationType type, string pchText, EVRNotificationStyle style, ref NotificationBitmap_t pImage, ref uint pNotificationId)

Parameters

ulOverlayHandle ulong
ulUserValue ulong
type EVRNotificationType
pchText string
style EVRNotificationStyle
pImage NotificationBitmap_t
pNotificationId uint

Returns

EVRNotificationError

RemoveNotification(uint)

public EVRNotificationError RemoveNotification(uint notificationId)

Parameters

notificationId uint

Returns

EVRNotificationError