![]() |
Paradox Game Engine
v1.0.0 beta06
|
Public Member Functions | |
LocalCommandContext (IExecuteContext executeContext, CommandBuildStep step, BuilderContext builderContext) | |
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 async Task< ResultStatus > | ScheduleAndExecuteCommandInternal (Command command) |
override ObjectId | ComputeInputHash (UrlType type, string filePath) |
![]() | |
CommandContextBase (Command command, BuilderContext builderContext) | |
Properties | |
CommandBuildStep | Step [get, set] |
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 11 of file LocalCommandContext.cs.
SiliconStudio.BuildEngine.LocalCommandContext.LocalCommandContext | ( | IExecuteContext | executeContext, |
CommandBuildStep | step, | ||
BuilderContext | builderContext | ||
) |
Definition at line 21 of file LocalCommandContext.cs.
|
protectedvirtual |
Implements SiliconStudio.BuildEngine.CommandContextBase.
Definition at line 39 of file LocalCommandContext.cs.
|
virtual |
Implements SiliconStudio.BuildEngine.CommandContextBase.
Definition at line 28 of file LocalCommandContext.cs.
|
protectedvirtual |
Implements SiliconStudio.BuildEngine.CommandContextBase.
Definition at line 33 of file LocalCommandContext.cs.
|
get |
Definition at line 19 of file LocalCommandContext.cs.
|
getset |
Definition at line 17 of file LocalCommandContext.cs.