Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ ToString
Method
ToString
Source/Tools/Flax.Build/Projects/Project.cs:268–271 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
266
267
/// <inheritdoc />
268
public override string ToString()
269
{
270
return $
"{Name} ({Path})"
;
271
}
272
}
273
}
Callers
12
GenerateSolution
Method · 0.45
GetRandomGuid
Method · 0.45
ConfigurationData
Method · 0.45
LinuxToolchain
Method · 0.45
WebToolchain
Method · 0.45
CreateBinary
Method · 0.45
UWPToolchain
Method · 0.45
GetVCToolPath
Method · 0.45
WindowsToolchainBase
Method · 0.45
CompileCppFiles
Method · 0.45
LinkFiles
Method · 0.45
UnixToolchain
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected