Merge branch 'object_array_marshalling' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-object_array_marshalling
This commit is contained in:
@@ -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()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user