Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    TemplateSampleDescription Class

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

    A template for using an existing package as a template, expecting a Package to be accessible from FullPath with the same name as this template.

    System.Object → TemplateDescription → TemplateSampleDescription
    Derived from TemplateSampleDescription:

    [DataContract("TemplateSample")]
    public class TemplateSampleDescription : TemplateDescription, IFileSynchronizable
    Name Description
    Properties
    PatternName

    Gets or sets the name of the pattern used to substitute files and content. If null, use the DefaultOutputName.

    | Improve this Doc View Source

    Properties


    PatternName

    Gets or sets the name of the pattern used to substitute files and content. If null, use the DefaultOutputName.

    [DataMember(70)]
    public string PatternName { get; set; }
    Property Value
    Type Description
    System.String

    The name of the pattern.


    Inherited Members

    TemplateDescription.FileExtension
    TemplateDescription.Id
    TemplateDescription.Name
    TemplateDescription.Scope
    TemplateDescription.Order
    TemplateDescription.Group
    TemplateDescription.Icon
    TemplateDescription.Screenshots
    TemplateDescription.Description
    TemplateDescription.FullDescription
    TemplateDescription.DefaultOutputName
    TemplateDescription.Status
    TemplateDescription.IsDirty
    TemplateDescription.FullPath
    TemplateDescription.TemplateDirectory

    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