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

Method UpdateText

Source/Editor/GUI/Input/ULongValueBox.cs:110–115  ·  view source on GitHub ↗

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

SetTextFunction · 0.85
ToStringMethod · 0.45

Tested by

no test coverage detected