Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    CVRPaths Class

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

    public class CVRPaths
    Name Description
    Methods
    HandleToString(UInt64, String, UInt32, ref UInt32)
    ReadPathBatch(UInt64, ref PathRead_t, UInt32)
    StringToHandle(ref UInt64, String)
    WritePathBatch(UInt64, ref PathWrite_t, UInt32)
    | Improve this Doc View Source

    Methods


    HandleToString(UInt64, String, UInt32, ref UInt32)

    public ETrackedPropertyError HandleToString(ulong pHandle, string pchBuffer, uint unBufferSize, ref uint punBufferSizeUsed)
    Parameters
    Type Name Description
    System.UInt64 pHandle
    System.String pchBuffer
    System.UInt32 unBufferSize
    System.UInt32 punBufferSizeUsed
    Returns
    Type Description
    ETrackedPropertyError

    ReadPathBatch(UInt64, ref PathRead_t, UInt32)

    public ETrackedPropertyError ReadPathBatch(ulong ulRootHandle, ref PathRead_t pBatch, uint unBatchEntryCount)
    Parameters
    Type Name Description
    System.UInt64 ulRootHandle
    PathRead_t pBatch
    System.UInt32 unBatchEntryCount
    Returns
    Type Description
    ETrackedPropertyError

    StringToHandle(ref UInt64, String)

    public ETrackedPropertyError StringToHandle(ref ulong pHandle, string pchPath)
    Parameters
    Type Name Description
    System.UInt64 pHandle
    System.String pchPath
    Returns
    Type Description
    ETrackedPropertyError

    WritePathBatch(UInt64, ref PathWrite_t, UInt32)

    public ETrackedPropertyError WritePathBatch(ulong ulRootHandle, ref PathWrite_t pBatch, uint unBatchEntryCount)
    Parameters
    Type Name Description
    System.UInt64 ulRootHandle
    PathWrite_t pBatch
    System.UInt32 unBatchEntryCount
    Returns
    Type Description
    ETrackedPropertyError

    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