3 using SiliconStudio.Core;
4 using SiliconStudio.Core.Storage;
6 using System.Collections.Generic;
8 using SiliconStudio.Core.Serialization.Assets;
9 using SiliconStudio.Core.Serialization.Contents;
11 namespace SiliconStudio.BuildEngine
13 [ContentSerializer(typeof(DataContentSerializer<CommandResultEntry>))]
35 InputDependencyVersions =
new Dictionary<ObjectUrl, ObjectId>();
36 OutputObjects =
new Dictionary<ObjectUrl, ObjectId>();
37 SpawnedCommands =
new List<Command>();
38 TagSymbols =
new List<KeyValuePair<ObjectUrl, string>>();
Dictionary< ObjectUrl, ObjectId > InputDependencyVersions
List< Command > SpawnedCommands
Commands created during the execution of the current command.
List< KeyValuePair< ObjectUrl, string > > TagSymbols
Tags added for a given URL.
Dictionary< ObjectUrl, ObjectId > OutputObjects
Output object ids as saved in the object database.