Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ SetTitle
Method
SetTitle
Source/Editor/Windows/SplashScreen.h:44–47 ·
view source on GitHub ↗
Sets the title text. The title text.
Source
from the content-addressed store, hash-verified
42
/// </summary>
43
/// <param name=
"title"
>The title text.</param>
44
void SetTitle(const String& title)
45
{
46
_title = title;
47
}
48
49
/// <summary>
50
/// Gets the title text.
Callers
1
Init
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected