Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    CVRDriverManager Class

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

    public class CVRDriverManager
    Name Description
    Methods
    GetDriverCount()
    GetDriverHandle(String)
    GetDriverName(UInt32, StringBuilder, UInt32)
    IsEnabled(UInt32)
    | Improve this Doc View Source

    Methods


    GetDriverCount()

    public uint GetDriverCount()
    Returns
    Type Description
    System.UInt32

    GetDriverHandle(String)

    public ulong GetDriverHandle(string pchDriverName)
    Parameters
    Type Name Description
    System.String pchDriverName
    Returns
    Type Description
    System.UInt64

    GetDriverName(UInt32, StringBuilder, UInt32)

    public uint GetDriverName(uint nDriver, StringBuilder pchValue, uint unBufferSize)
    Parameters
    Type Name Description
    System.UInt32 nDriver
    System.Text.StringBuilder pchValue
    System.UInt32 unBufferSize
    Returns
    Type Description
    System.UInt32

    IsEnabled(UInt32)

    public bool IsEnabled(uint nDriver)
    Parameters
    Type Name Description
    System.UInt32 nDriver
    Returns
    Type Description
    System.Boolean

    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