Table of Contents

Class BundleDescription

Namespace
Stride.Core.Storage
Assembly
Stride.Core.Serialization.dll

Description of a bundle: header, dependencies, objects and assets.

public class BundleDescription
Inheritance
BundleDescription

Constructors

BundleDescription()

public BundleDescription()

Properties

Assets

public List<KeyValuePair<string, ObjectId>> Assets { get; }

Property Value

List<KeyValuePair<string, ObjectId>>

Dependencies

public List<string> Dependencies { get; }

Property Value

List<string>

Header

public BundleOdbBackend.Header Header { get; set; }

Property Value

BundleOdbBackend.Header

IncrementalBundles

public List<ObjectId> IncrementalBundles { get; }

Property Value

List<ObjectId>

Objects

public List<KeyValuePair<ObjectId, BundleOdbBackend.ObjectInfo>> Objects { get; }

Property Value

List<KeyValuePair<ObjectId, BundleOdbBackend.ObjectInfo>>