Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    ITemplateGenerator Interface

    Namespace: Stride.Core.Assets.Templates
    Assembly: 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

    | Improve this Doc View Source

    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

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


    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation