csharp
public readonly record struct BuiltBundleA 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 NameWhat the catalog calls it.
public string FileNameWhat its file is called.
public ReadOnlyMemory<byte> BytesIts contents.
public ObjectId HashThe 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