Table of Contents

Interface ITemplateGenerator

Namespace
Stride.Core.Assets.Templates
Assembly
Stride.Core.Assets.dll

The interface to represent a template generator.

public interface ITemplateGenerator

Methods

IsSupportingTemplate(TemplateDescription)

Determines whether this generator is supporting the specified template

bool IsSupportingTemplate(TemplateDescription templateDescription)

Parameters

templateDescription TemplateDescription

The template description.

Returns

bool

true if this generator is supporting the specified template; otherwise, false.