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

Method SetValue

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

Source from the content-addressed store, hash-verified

1786}
1787
1788void MField::SetValue(MObject* instance, void* value) const
1789{
1790 mono_field_set_value(instance, _monoField, value);
1791}
1792
1793bool MField::HasAttribute(const MClass* klass) const
1794{

Callers 4

ChangeIDMethod · 0.45
SetFieldValueMethod · 0.45
SetInternalValuesMethod · 0.45
ReadJsonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected