Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    CVRProperties Class

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

    public class CVRProperties
    Name Description
    Methods
    GetPropErrorNameFromEnum(ETrackedPropertyError)
    ReadPropertyBatch(UInt64, ref PropertyRead_t, UInt32)
    TrackedDeviceToPropertyContainer(UInt32)
    WritePropertyBatch(UInt64, ref PropertyWrite_t, UInt32)
    | Improve this Doc View Source

    Methods


    GetPropErrorNameFromEnum(ETrackedPropertyError)

    public string GetPropErrorNameFromEnum(ETrackedPropertyError error)
    Parameters
    Type Name Description
    ETrackedPropertyError error
    Returns
    Type Description
    System.String

    ReadPropertyBatch(UInt64, ref PropertyRead_t, UInt32)

    public ETrackedPropertyError ReadPropertyBatch(ulong ulContainerHandle, ref PropertyRead_t pBatch, uint unBatchEntryCount)
    Parameters
    Type Name Description
    System.UInt64 ulContainerHandle
    PropertyRead_t pBatch
    System.UInt32 unBatchEntryCount
    Returns
    Type Description
    ETrackedPropertyError

    TrackedDeviceToPropertyContainer(UInt32)

    public ulong TrackedDeviceToPropertyContainer(uint nDevice)
    Parameters
    Type Name Description
    System.UInt32 nDevice
    Returns
    Type Description
    System.UInt64

    WritePropertyBatch(UInt64, ref PropertyWrite_t, UInt32)

    public ETrackedPropertyError WritePropertyBatch(ulong ulContainerHandle, ref PropertyWrite_t pBatch, uint unBatchEntryCount)
    Parameters
    Type Name Description
    System.UInt64 ulContainerHandle
    PropertyWrite_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