CVRNotifications Class
Namespace: Valve.VR
Assembly: Stride.VirtualReality.dll
System.Object →
CVRNotifications
Derived from CVRNotifications:
public class CVRNotifications
|
Improve this Doc
View Source
Methods
CreateNotification(UInt64, UInt64, EVRNotificationType, String, EVRNotificationStyle, ref NotificationBitmap_t, ref UInt32)
public EVRNotificationError CreateNotification(ulong ulOverlayHandle, ulong ulUserValue, EVRNotificationType type, string pchText, EVRNotificationStyle style, ref NotificationBitmap_t pImage, ref uint pNotificationId)
Parameters
Returns
RemoveNotification(UInt32)
public EVRNotificationError RemoveNotification(uint notificationId)
Parameters
Type |
Name |
Description |
System.UInt32 |
notificationId |
|
Returns
Extension Methods