Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SetText
Function · 0.85
ToString
Method · 0.45
Tested by
no test coverage detected