TemplateSampleDescription Class
Namespace: Stride.Core.Assets.TemplatesAssembly: 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.
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. |
|
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. |