Class CVRNotifications
Inheritance
System.Object
CVRNotifications
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Valve.VR
Assembly: Assembly-CSharp.dll
Syntax
public class CVRNotifications
Methods
CreateNotification(UInt64, UInt64, EVRNotificationType, String, EVRNotificationStyle, ref NotificationBitmap_t, ref UInt32)
Declaration
public EVRNotificationError CreateNotification(ulong ulOverlayHandle, ulong ulUserValue, EVRNotificationType type, string pchText, EVRNotificationStyle style, ref NotificationBitmap_t pImage, ref uint pNotificationId)
Parameters
Type | Name | Description |
---|---|---|
System. |
ulOverlayHandle | |
System. |
ulUserValue | |
EVRNotification |
type | |
System. |
pchText | |
EVRNotification |
style | |
Notification |
pImage | |
System. |
pNotificationId |
Returns
Type | Description |
---|---|
EVRNotification |
RemoveNotification(UInt32)
Declaration
public EVRNotificationError RemoveNotification(uint notificationId)
Parameters
Type | Name | Description |
---|---|---|
System. |
notificationId |
Returns
Type | Description |
---|---|
EVRNotification |