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

Method ToString

Source/Engine/Graphics/Materials/MaterialParams.cpp:544–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

542}
543
544String MaterialParameter::ToString() const
545{
546 return String::Format(TEXT("\'{0}\' ({1}:{2}:{3})"), _name, ScriptingEnum::ToString(_type), _paramId, _isPublic);
547}
548
549MaterialParameter* MaterialParams::Get(const Guid& id)
550{

Callers 1

SetValueMethod · 0.45

Calls 2

FormatFunction · 0.50
ToStringFunction · 0.50

Tested by

no test coverage detected