BundleDescription Class
Namespace: Stride.Core.Storage
Assembly: Stride.Core.Serialization.dll
Description of a bundle: header, dependencies, objects and assets.
System.Object →
BundleDescription
Derived from BundleDescription:
public class BundleDescription
|
Improve this Doc
View Source
Constructors
BundleDescription()
public BundleDescription()
|
Improve this Doc
View Source
Properties
Assets
public List<KeyValuePair<string, ObjectId>> Assets { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<System.String, ObjectId>> |
|
Dependencies
public List<string> Dependencies { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
public BundleOdbBackend.Header Header { get; set; }
Property Value
IncrementalBundles
public List<ObjectId> IncrementalBundles { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<ObjectId> |
|
Objects
public List<KeyValuePair<ObjectId, BundleOdbBackend.ObjectInfo>> Objects { get; }
Property Value
Extension Methods