internal void SetDebugOutputFunction(DebugOutputType eDetailLevel, FSteamNetworkingSocketsDebugOutput pfnFunc)
 {
     _SetDebugOutputFunction(Self, eDetailLevel, pfnFunc);
 }
示例#2
0
 internal void SetDebugOutputFunction(DebugOutputType eDetailLevel, IntPtr pfnFunc)
 {
     _SetDebugOutputFunction(Self, eDetailLevel, pfnFunc);
 }
示例#3
0
 public static void SetDebugOutputFunction(DebugOutputType eDetailLevel, IntPtr pfnFunc)
 {
     Internal.SetDebugOutputFunction(eDetailLevel, pfnFunc);
 }
 private static extern void _SetDebugOutputFunction(IntPtr self, DebugOutputType eDetailLevel, FSteamNetworkingSocketsDebugOutput pfnFunc);