MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Save

Method Save

Source/Tools/Flax.Build/ProjectInfo.cs:417–421  ·  view source on GitHub ↗

Saves the project file.

()

Source from the content-addressed store, hash-verified

415 /// Saves the project file.
416 /// </summary>
417 public void Save()
418 {
419 var contents = JsonSerializer.Serialize<ProjectInfo>(this, JsonOptions);
420 File.WriteAllText(ProjectPath, contents);
421 }
422
423 /// <summary>
424 /// Loads the project from the specified file.

Callers

nothing calls this directly

Calls 1

WriteAllTextMethod · 0.80

Tested by

no test coverage detected