Vixen
02b45cc4
csharp
public readonly record struct BuiltBundle

A bundle the build produced.

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

Fields and properties (4)

  • public string Name

    What the catalog calls it.

  • public string FileName

    What its file is called.

  • public ReadOnlyMemory<byte> Bytes

    Its contents.

  • public ObjectId Hash

    The hash of those contents.

Methods (1)

  • public BuiltBundle(string Name, string FileName, ReadOnlyMemory<byte> Bytes, ObjectId Hash)

    A bundle the build produced.

Used by (5)

  • ContentAddressablesRemote
  • ContentBuildResultVixen.Editor.Assets
  • ContentBuilderVixen.Editor.Assets
  • ContentBuilderTestsVixen.Editor.Assets.Tests
  • ContentPipelineVixen.Editor.Assets