Skip to content

Commit 9889bec

Browse files
committed
[unitytls] added comment explaining use of mono_unity_unitytls_interface
1 parent f9e79da commit 9889bec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mcs/class/System/Mono.UnityTls/UnityTls.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@ public struct unitytls_tlsctx_callbacks
157157
// ------------------------------------------------------------------------
158158
// unitytls interface defintion
159159
// ------------------------------------------------------------------------
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.
160163
[StructLayout (LayoutKind.Sequential)]
161164
public class mono_unity_unitytls_interface
162165
{

0 commit comments

Comments
 (0)