3 using System.Collections.Generic;
4 using SiliconStudio.Core.Storage;
6 namespace SiliconStudio.Assets.CompilerApp
32 public HashSet<string> AssetUrls =
new HashSet<string>();
37 public HashSet<ResolvedBundle> Dependencies =
new HashSet<ResolvedBundle>();
42 public HashSet<ObjectId> ObjectIds =
new HashSet<ObjectId>();
47 public HashSet<ObjectId> DependencyObjectIds =
new HashSet<ObjectId>();
52 public Dictionary<string, ObjectId> IndexMap =
new Dictionary<string, ObjectId>();
57 public Dictionary<string, ObjectId> DependencyIndexMap =
new Dictionary<string, ObjectId>();
Bundle Source
Represented Bundle.
override string ToString()
string Name
Name of the bundle.
Description of an asset bundle.
Helper class that represents additional data added to a Bundle when resolving asset.
ResolvedBundle(Bundle source)
Object Database Backend (ODB) implementation that bundles multiple chunks into a .bundle files, optionally compressed with LZ4.
BundleOdbBackend BundleBackend
The bundle backend.