MCPcopy 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

GenerateSolutionMethod · 0.45
GetRandomGuidMethod · 0.45
ConfigurationDataMethod · 0.45
LinuxToolchainMethod · 0.45
WebToolchainMethod · 0.45
CreateBinaryMethod · 0.45
UWPToolchainMethod · 0.45
GetVCToolPathMethod · 0.45
WindowsToolchainBaseMethod · 0.45
CompileCppFilesMethod · 0.45
LinkFilesMethod · 0.45
UnixToolchainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected