![]() |
Paradox Game Engine
v1.0.0 beta06
|
This interface describes a class that is capable of providing build steps to a DynamicBuildStep. More...
Public Member Functions | |
BuildStep | GetNextBuildStep () |
Gets the next build step to execute. More... | |
This interface describes a class that is capable of providing build steps to a DynamicBuildStep.
Definition at line 8 of file IBuildStepProvider.cs.
BuildStep SiliconStudio.BuildEngine.IBuildStepProvider.GetNextBuildStep | ( | ) |
Gets the next build step to execute.
null
if there is no build step to execute.Implemented in SiliconStudio.Assets.Compiler.ThumbnailListCompiler, and SiliconStudio.BuildEngine.AnonymousBuildStepProvider.