Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ ToString
Method
ToString
Source/Editor/ProjectInfo.cs:309–312 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
307
308
/// <inheritdoc />
309
public override string ToString()
310
{
311
return $
"{Name} ({ProjectPath})"
;
312
}
313
}
314
}
Callers
3
SaveProject
Method · 0.45
WriteJson
Method · 0.45
LoadProduct
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected