![]() |
Paradox Game Engine
v1.0.0 beta06
|
Public Member Functions | |
| Task< ResultStatus > | ScheduleAndExecuteCommand (Command command) |
| IEnumerable< IDictionary < ObjectUrl, OutputObject > > | GetOutputObjectsGroups () |
| void | RegisterInputDependency (ObjectUrl url) |
| void | RegisterOutput (ObjectUrl url, ObjectId hash) |
| void | AddTag (ObjectUrl url, TagSymbol tagSymbol) |
| void | RegisterSpawnedCommandWithoutScheduling (Command command) |
Properties | |
| Command | CurrentCommand [get] |
| Logger | Logger [get] |
| BuildParameterCollection | BuildParameters [get] |
| IMetadataProvider | MetadataProvider [get] |
Definition at line 11 of file ICommandContext.cs.
Implemented in SiliconStudio.BuildEngine.CommandContextBase.
| IEnumerable<IDictionary<ObjectUrl, OutputObject> > SiliconStudio.BuildEngine.ICommandContext.GetOutputObjectsGroups | ( | ) |
Implemented in SiliconStudio.Assets.CompilerApp.RemoteCommandContext, SiliconStudio.BuildEngine.LocalCommandContext, SiliconStudio.BuildEngine.CommandContextBase, and SiliconStudio.BuildEngine.RemoteCommandContext.
Referenced by SiliconStudio.BuildEngine.IndexFileCommand.MountDatabases(), and SiliconStudio.BuildEngine.IndexFileCommand.PreCommand().
| void SiliconStudio.BuildEngine.ICommandContext.RegisterInputDependency | ( | ObjectUrl | url | ) |
Implemented in SiliconStudio.BuildEngine.CommandContextBase.
Implemented in SiliconStudio.BuildEngine.CommandContextBase.
| void SiliconStudio.BuildEngine.ICommandContext.RegisterSpawnedCommandWithoutScheduling | ( | Command | command | ) |
Implemented in SiliconStudio.BuildEngine.CommandContextBase.
| Task<ResultStatus> SiliconStudio.BuildEngine.ICommandContext.ScheduleAndExecuteCommand | ( | Command | command | ) |
Implemented in SiliconStudio.BuildEngine.CommandContextBase.
|
get |
Definition at line 15 of file ICommandContext.cs.
|
get |
Definition at line 13 of file ICommandContext.cs.
|
get |
Definition at line 14 of file ICommandContext.cs.
|
get |
Definition at line 17 of file ICommandContext.cs.