Table of Contents

Class CVRPaths

Namespace
Valve.VR
Assembly
Stride.VirtualReality.dll
public class CVRPaths
Inheritance
CVRPaths

Methods

HandleToString(ulong, string, uint, ref uint)

public ETrackedPropertyError HandleToString(ulong pHandle, string pchBuffer, uint unBufferSize, ref uint punBufferSizeUsed)

Parameters

pHandle ulong
pchBuffer string
unBufferSize uint
punBufferSizeUsed uint

Returns

ETrackedPropertyError

ReadPathBatch(ulong, ref PathRead_t, uint)

public ETrackedPropertyError ReadPathBatch(ulong ulRootHandle, ref PathRead_t pBatch, uint unBatchEntryCount)

Parameters

ulRootHandle ulong
pBatch PathRead_t
unBatchEntryCount uint

Returns

ETrackedPropertyError

StringToHandle(ref ulong, string)

public ETrackedPropertyError StringToHandle(ref ulong pHandle, string pchPath)

Parameters

pHandle ulong
pchPath string

Returns

ETrackedPropertyError

WritePathBatch(ulong, ref PathWrite_t, uint)

public ETrackedPropertyError WritePathBatch(ulong ulRootHandle, ref PathWrite_t pBatch, uint unBatchEntryCount)

Parameters

ulRootHandle ulong
pBatch PathWrite_t
unBatchEntryCount uint

Returns

ETrackedPropertyError