Vixen
02b45cc4
csharp
public readonly record struct TargetShape

How a target is published: what to build it as, and what comes out.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • public string Rid

    The runtime identifier, or empty where the target framework decides.

  • public string Framework

    The target framework, or empty to leave the project's own alone.

  • public string Artefact

    What the output directory will hold, for the person reading the log.

  • public bool Runnable

    Whether the host can launch the result.

Methods (1)

  • public TargetShape(string Rid, string Framework, string Artefact, bool Runnable)

    How a target is published: what to build it as, and what comes out.

Used by (6)

  • BuildSettingsViewVixen.Editor.App
  • EditorApplicationVixen.Editor.App
  • PlayerBuildVixen.Editor.Assets
  • PlayerBuildRequestVixen.Editor.App
  • VixenCommandVixen.Cli
  • VixenCommandTestsVixen.Cli.Tests