We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e79da commit 9889becCopy full SHA for 9889bec
mcs/class/System/Mono.UnityTls/UnityTls.cs
@@ -157,6 +157,9 @@ public struct unitytls_tlsctx_callbacks
157
// ------------------------------------------------------------------------
158
// unitytls interface defintion
159
160
+
161
+ // This native struct is used to provide all necessary fields and function calls from unitytls to the mono-unitytls-binding.
162
+ // Native implementation lives in unity:Modules/TLS/TLSMonoIntegration.cpp and needs to be adapted to every change.
163
[StructLayout (LayoutKind.Sequential)]
164
public class mono_unity_unitytls_interface
165
{
0 commit comments