csharp
public readonly record struct TargetShapeHow 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 RidThe runtime identifier, or empty where the target framework decides.
public string FrameworkThe target framework, or empty to leave the project's own alone.
public string ArtefactWhat the output directory will hold, for the person reading the log.
public bool RunnableWhether 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