Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ UpdateText
Method
UpdateText
Source/Editor/GUI/Input/UIntValueBox.cs:133–138 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
131
132
/// <inheritdoc />
133
protected sealed override void UpdateText()
134
{
135
var text = _value.ToString();
136
137
SetText(text);
138
}
139
140
/// <inheritdoc />
141
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