Vixen
02b45cc4
csharp
public sealed class ContentBuildSettings

What the content pipeline imports and packs for.

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

Remarks

⚠ Empty means "this machine", which is what ContentTasks has always done. A content build is target-specific — the same texture is BC7 on a desktop and ASTC on a phone — so there is no neutral answer, and the one that surprises nobody is the computer the editor is running on. What this adds is the ability to say otherwise, which is what a team building for a console from a workstation needs. ⚠ This is the editor's content target and not the player's. PlayerBuildSettings.Target — in Vixen.Editor.Core, because the content build reads it too — is what a build ships for, and the two are separate on purpose: see that type for why one field would be worse.

Fields and properties (1)

  • public string Target

    Which runtime target the import and the build are for.

Used by (3)

  • Describes_Vixen_Editor_App_ContentBuildSettingsVixen.Editor.App
  • EditorApplicationVixen.Editor.App
  • TypeRegistrationVixen.Editor.App