Table of Contents

Class TemplateSampleDescription

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.

[DataContract("TemplateSample")]
public class TemplateSampleDescription : TemplateDescription, IFileSynchronizable
Inheritance
TemplateSampleDescription
Implements
Inherited Members

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

string

The name of the pattern.