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

Method CVRChaperoneSetup

headers/openvr_api.cs:2975–2978  ·  view source on GitHub ↗
(IntPtr pInterface)

Source from the content-addressed store, hash-verified

2973{
2974 IVRChaperoneSetup FnTable;
2975 internal CVRChaperoneSetup(IntPtr pInterface)
2976 {
2977 FnTable = (IVRChaperoneSetup)Marshal.PtrToStructure(pInterface, typeof(IVRChaperoneSetup));
2978 }
2979 public bool CommitWorkingCopy(EChaperoneConfigFile configFile)
2980 {
2981 bool result = FnTable.CommitWorkingCopy(configFile);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected