Exemplo n.º 1
0
 // Token: 0x06000144 RID: 324 RVA: 0x0000BA60 File Offset: 0x00009C60
 public uint GetApplicationPropertyString(string pchAppKey, global::Valve.VR.EVRApplicationProperty eProperty, string pchPropertyValueBuffer, uint unPropertyValueBufferLen, ref global::Valve.VR.EVRApplicationError peError)
 {
     return(this.FnTable.GetApplicationPropertyString(pchAppKey, eProperty, pchPropertyValueBuffer, unPropertyValueBufferLen, ref peError));
 }
Exemplo n.º 2
0
 // Token: 0x06000146 RID: 326 RVA: 0x0000BAB4 File Offset: 0x00009CB4
 public ulong GetApplicationPropertyUint64(string pchAppKey, global::Valve.VR.EVRApplicationProperty eProperty, ref global::Valve.VR.EVRApplicationError peError)
 {
     return(this.FnTable.GetApplicationPropertyUint64(pchAppKey, eProperty, ref peError));
 }
Exemplo n.º 3
0
 // Token: 0x06000143 RID: 323 RVA: 0x0000BA24 File Offset: 0x00009C24
 public string GetApplicationsErrorNameFromEnum(global::Valve.VR.EVRApplicationError error)
 {
     global::System.IntPtr intPtr = this.FnTable.GetApplicationsErrorNameFromEnum(error);
     return((string)global::System.Runtime.InteropServices.Marshal.PtrToStructure(intPtr, typeof(string)));
 }
Exemplo n.º 4
0
 // Token: 0x06000145 RID: 325 RVA: 0x0000BA8C File Offset: 0x00009C8C
 public bool GetApplicationPropertyBool(string pchAppKey, global::Valve.VR.EVRApplicationProperty eProperty, ref global::Valve.VR.EVRApplicationError peError)
 {
     return(this.FnTable.GetApplicationPropertyBool(pchAppKey, eProperty, ref peError));
 }