ITemplateGenerator Interface
Namespace: Stride.Core.Assets.TemplatesAssembly: Stride.Core.Assets.dll
The interface to represent a template generator.
public interface ITemplateGenerator
| Name | Description | |
|---|---|---|
| Methods | ||
| IsSupportingTemplate(TemplateDescription) | Determines whether this generator is supporting the specified template |
|
Methods
IsSupportingTemplate(TemplateDescription)
Determines whether this generator is supporting the specified template
bool IsSupportingTemplate(TemplateDescription templateDescription)
Parameters
| Type | Name | Description |
|---|---|---|
| TemplateDescription | templateDescription | The template description. |
Returns
| Type | Description |
|---|---|
| System.Boolean |
|