![]() |
Paradox Game Engine
v1.0.0 beta06
|
Public Member Functions | |
CommandResultEntry () | |
Public Attributes | |
Dictionary< ObjectUrl, ObjectId > | InputDependencyVersions |
Dictionary< ObjectUrl, ObjectId > | OutputObjects |
Output object ids as saved in the object database. More... | |
List< KeyValuePair< ObjectUrl, string > > | TagSymbols |
Tags added for a given URL. More... | |
List< Command > | SpawnedCommands |
Commands created during the execution of the current command. More... | |
Definition at line 15 of file CommandResult.cs.
SiliconStudio.BuildEngine.CommandResultEntry.CommandResultEntry | ( | ) |
Definition at line 33 of file CommandResult.cs.
Dictionary<ObjectUrl, ObjectId> SiliconStudio.BuildEngine.CommandResultEntry.InputDependencyVersions |
Definition at line 17 of file CommandResult.cs.
Output object ids as saved in the object database.
Definition at line 21 of file CommandResult.cs.
List<Command> SiliconStudio.BuildEngine.CommandResultEntry.SpawnedCommands |
Commands created during the execution of the current command.
Definition at line 31 of file CommandResult.cs.
Referenced by SiliconStudio.BuildEngine.CommandBuildStep.Execute().
List<KeyValuePair<ObjectUrl, string> > SiliconStudio.BuildEngine.CommandResultEntry.TagSymbols |
Tags added for a given URL.
Definition at line 26 of file CommandResult.cs.