This commit is contained in:
2022-12-20 22:39:16 +02:00
parent 15af6502a0
commit 55747edaae
6 changed files with 206 additions and 167 deletions

View File

@@ -341,9 +341,12 @@ namespace FlaxEngine
return result;
}
#if USE_NETCORE
#else
[LibraryImport("FlaxEngine", EntryPoint = "FlaxEngine.Utils::Internal_ExtractArrayFromList")]
[return: MarshalUsing(typeof(FlaxEngine.SystemArrayMarshaller))]
internal static partial Array Internal_ExtractArrayFromList([MarshalUsing(typeof(FlaxEngine.GCHandleMarshaller))] object list);
#endif
/// <summary>
/// Reads the color from the binary stream.