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

Method UpdateText

Source/Editor/GUI/Input/FloatValueBox.cs:158–161  ·  view source on GitHub ↗

()

Source from the content-addressed store, hash-verified

156
157 /// <inheritdoc />
158 protected sealed override void UpdateText()
159 {
160 SetText(Utilities.Utils.FormatFloat(_value, Category));
161 }
162
163 /// <inheritdoc />
164 protected override void TryGetValue()

Callers

nothing calls this directly

Calls 2

SetTextFunction · 0.85
FormatFloatMethod · 0.80

Tested by

no test coverage detected