コード例 #1
0
 internal static extern void InternalSetPtr(ref NetKeyValue self, NetConfig eVal, IntPtr data);
コード例 #2
0
 internal static extern void InternalSetFloat(ref NetKeyValue self, NetConfig eVal, float data);
コード例 #3
0
 internal static extern void InternalSetInt32(ref NetKeyValue self, NetConfig eVal, int data);
コード例 #4
0
 internal static extern void InternalSetInt64(ref NetKeyValue self, NetConfig eVal, long data);
コード例 #5
0
 internal static extern void InternalSetString(ref NetKeyValue self, NetConfig eVal, [MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(Utf8StringToNative))] string data);