Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.BuildEngine.IBuildStepProvider Interface Reference

This interface describes a class that is capable of providing build steps to a DynamicBuildStep. More...

Inheritance diagram for SiliconStudio.BuildEngine.IBuildStepProvider:
SiliconStudio.Assets.Compiler.ThumbnailListCompiler SiliconStudio.BuildEngine.AnonymousBuildStepProvider

Public Member Functions

BuildStep GetNextBuildStep ()
 Gets the next build step to execute. More...
 

Detailed Description

This interface describes a class that is capable of providing build steps to a DynamicBuildStep.

Definition at line 8 of file IBuildStepProvider.cs.

Member Function Documentation

BuildStep SiliconStudio.BuildEngine.IBuildStepProvider.GetNextBuildStep ( )

Gets the next build step to execute.

Returns
The next build step to execute, or null if there is no build step to execute.

Implemented in SiliconStudio.Assets.Compiler.ThumbnailListCompiler, and SiliconStudio.BuildEngine.AnonymousBuildStepProvider.


The documentation for this interface was generated from the following file: