MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / WriteArrayRef

Method WriteArrayRef

Source/Engine/Scripting/Runtime/DotNet.cpp:577–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575}
576
577void MCore::GC::WriteArrayRef(MArray* dst, MObject* ref, int32 index)
578{
579 static void* WriteArrayReferencePtr = GetStaticMethodPointer(TEXT("WriteArrayReference"));
580 CallStaticMethod<void, void*, void*, int32>(WriteArrayReferencePtr, dst, ref, index);
581}
582
583void MCore::GC::WriteArrayRef(MArray* dst, Span<MObject*> refs)
584{

Callers

nothing calls this directly

Calls 3

GetStaticMethodPointerFunction · 0.85
GetMethod · 0.45
LengthMethod · 0.45

Tested by

no test coverage detected