MCPcopy 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

SaveProjectMethod · 0.45
WriteJsonMethod · 0.45
LoadProductMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected