Merge branch 'object_array_marshalling' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-object_array_marshalling

This commit is contained in:
Wojtek Figat
2023-05-10 09:22:22 +02:00
9 changed files with 108 additions and 30 deletions

View File

@@ -185,6 +185,10 @@ void MCore::GC::WriteArrayRef(MArray* dst, MObject* ref, int32 index)
{
}
void MCore::GC::WriteArrayRef(MArray* dst, Span<MObject*> refs)
{
}
void MCore::Thread::Attach()
{
}