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

Method UpdateText

Source/Editor/GUI/Input/LongValueBox.cs:109–114  ·  view source on GitHub ↗

()

Source from the content-addressed store, hash-verified

107
108 /// <inheritdoc />
109 protected sealed override void UpdateText()
110 {
111 var text = _value.ToString();
112
113 SetText(text);
114 }
115
116 /// <inheritdoc />
117 protected override void TryGetValue()

Callers

nothing calls this directly

Calls 2

SetTextFunction · 0.85
ToStringMethod · 0.45

Tested by

no test coverage detected