CVRProperties Class
Namespace: Valve.VR
Assembly: Stride.VirtualReality.dll
System.Object →
CVRProperties
Derived from CVRProperties:
public class CVRProperties
|
Improve this Doc
View Source
Methods
public string GetPropErrorNameFromEnum(ETrackedPropertyError error)
Parameters
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
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
Extension Methods