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

Method UpdateText

Source/Editor/GUI/Input/DoubleValueBox.cs:151–154  ·  view source on GitHub ↗

()

Source from the content-addressed store, hash-verified

149
150 /// <inheritdoc />
151 protected sealed override void UpdateText()
152 {
153 SetText(Utilities.Utils.FormatFloat(_value, Category));
154 }
155
156 /// <inheritdoc />
157 protected override void TryGetValue()

Callers

nothing calls this directly

Calls 2

SetTextFunction · 0.85
FormatFloatMethod · 0.80

Tested by

no test coverage detected