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

Method Format

Source/Engine/Visject/ShaderGraphValue.h:190–193  ·  view source on GitHub ↗

Formats thw value. The format text. The value. The formatted value.

Source from the content-addressed store, hash-verified

188 /// <param name="v1">The value.</param>
189 /// <returns>The formatted value.</returns>
190 static String Format(const Char* format, const ShaderGraphValue& v1)
191 {
192 return String::Format(format, v1.Value);
193 }
194
195 /// <summary>
196 /// Formats thw value.

Callers 15

SetupMethod · 0.80
RenderMethod · 0.80
BuildHiZMethod · 0.80
RenderMethod · 0.80
RenderInnerMethod · 0.80
TestArchetypesMethod · 0.80
ToStringMethod · 0.80
RequestHalfResDepthMethod · 0.80
SetupMethod · 0.80
GetTotalMemoryUsageMethod · 0.80
ToStringMethod · 0.80

Calls 1

FormatFunction · 0.50

Tested by 2

TestArchetypesMethod · 0.64