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

Method ToString

Source/Engine/Scripting/Runtime/Mono.cpp:757–760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

755}
756
757MString* MCore::Object::ToString(MObject* obj)
758{
759 return mono_object_to_string(obj, nullptr);
760}
761
762int32 MCore::Object::GetHashCode(MObject* obj)
763{

Callers 3

InvokeInitializeMethod · 0.45
InvokeDeinitializeMethod · 0.45

Calls 1

StringFunction · 0.50

Tested by

no test coverage detected