![]() |
Paradox Game Engine
v1.0.0 beta06
|
Public Member Functions | |
RemoteCommandContext (IProcessBuilderRemote processBuilderRemote, Command command, BuilderContext builderContext, Logger logger) | |
override IEnumerable < IDictionary< ObjectUrl, OutputObject > > | GetOutputObjectsGroups () |
![]() | |
Task< ResultStatus > | ScheduleAndExecuteCommand (Command command) |
void | RegisterInputDependency (ObjectUrl url) |
void | RegisterOutput (ObjectUrl url, ObjectId hash) |
void | AddTag (ObjectUrl url, TagSymbol tagSymbol) |
void | RegisterSpawnedCommandWithoutScheduling (Command command) |
Protected Member Functions | |
override Task< ResultStatus > | ScheduleAndExecuteCommandInternal (Command command) |
override ObjectId | ComputeInputHash (UrlType type, string filePath) |
![]() | |
CommandContextBase (Command command, BuilderContext builderContext) | |
Properties | |
override Logger | Logger [get] |
![]() | |
Command | CurrentCommand [get, set] |
abstract Logger | Logger [get] |
BuildParameterCollection | BuildParameters [get, set] |
IMetadataProvider | MetadataProvider [get, set] |
![]() | |
Command | CurrentCommand [get] |
Logger | Logger [get] |
BuildParameterCollection | BuildParameters [get] |
IMetadataProvider | MetadataProvider [get] |
Definition at line 10 of file RemoteCommandContext.cs.
SiliconStudio.BuildEngine.RemoteCommandContext.RemoteCommandContext | ( | IProcessBuilderRemote | processBuilderRemote, |
Command | command, | ||
BuilderContext | builderContext, | ||
Logger | logger | ||
) |
Definition at line 19 of file RemoteCommandContext.cs.
|
protectedvirtual |
Implements SiliconStudio.BuildEngine.CommandContextBase.
Definition at line 36 of file RemoteCommandContext.cs.
|
virtual |
Implements SiliconStudio.BuildEngine.CommandContextBase.
Definition at line 25 of file RemoteCommandContext.cs.
|
protectedvirtual |
Implements SiliconStudio.BuildEngine.CommandContextBase.
Definition at line 30 of file RemoteCommandContext.cs.
|
get |
Definition at line 12 of file RemoteCommandContext.cs.