Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    CVRNotifications Class

    Namespace: Valve.VR
    Assembly: Stride.VirtualReality.dll
    System.Object → CVRNotifications
    Derived from CVRNotifications:

    public class CVRNotifications
    Name Description
    Methods
    CreateNotification(UInt64, UInt64, EVRNotificationType, String, EVRNotificationStyle, ref NotificationBitmap_t, ref UInt32)
    RemoveNotification(UInt32)
    | 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
    Type Name Description
    System.UInt64 ulOverlayHandle
    System.UInt64 ulUserValue
    EVRNotificationType type
    System.String pchText
    EVRNotificationStyle style
    NotificationBitmap_t pImage
    System.UInt32 pNotificationId
    Returns
    Type Description
    EVRNotificationError

    RemoveNotification(UInt32)

    public EVRNotificationError RemoveNotification(uint notificationId)
    Parameters
    Type Name Description
    System.UInt32 notificationId
    Returns
    Type Description
    EVRNotificationError

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation