Vixen
02b45cc4
csharp
public readonly record struct ProjectMarkerFile

What 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 Format

    The marker's own schema version.

  • public string Engine

    The engine version the project was created with.

  • public string Path

    Where 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