MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / WritePropertyBatch

Method WritePropertyBatch

headers/openvr_api.cs:4727–4731  ·  view source on GitHub ↗
(ulong ulContainerHandle,ref PropertyWrite_t pBatch,uint unBatchEntryCount)

Source from the content-addressed store, hash-verified

4725 return result;
4726 }
4727 public ETrackedPropertyError WritePropertyBatch(ulong ulContainerHandle,ref PropertyWrite_t pBatch,uint unBatchEntryCount)
4728 {
4729 ETrackedPropertyError result = FnTable.WritePropertyBatch(ulContainerHandle,ref pBatch,unBatchEntryCount);
4730 return result;
4731 }
4732 public string GetPropErrorNameFromEnum(ETrackedPropertyError error)
4733 {
4734 IntPtr result = FnTable.GetPropErrorNameFromEnum(error);

Callers 3

SetPropertyMethod · 0.80
SetPropertyErrorMethod · 0.80
ErasePropertyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected