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

Method GetValueBoxed

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

Source from the content-addressed store, hash-verified

1781}
1782
1783MObject* MField::GetValueBoxed(MObject* instance) const
1784{
1785 return mono_field_get_value_object(mono_domain_get(), _monoField, instance);
1786}
1787
1788void MField::SetValue(MObject* instance, void* value) const
1789{

Callers 3

AccessVariantFunction · 0.45
ProcessGroupPackingMethod · 0.45
GetFieldValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected