csharp
public readonly record struct ProjectMarkerFileWhat a .vxproj says: which format it is, and what made it.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
public int FormatThe marker's own schema version.
public string EngineThe engine version the project was created with.
public string PathWhere the file is, or empty when this is a default.
Methods (1)
public ProjectMarkerFile(int Format, string Engine, string Path)What a .vxproj says: which format it is, and what made it.
Used by (3)
- EditorApplicationVixen.Editor.App
- ProjectMarkerVixen.Editor.Core
- ProjectMarkerTestsVixen.Editor.Core.Tests