SolutionPlatformTemplate Class
Namespace: Stride.Core.AssetsAssembly: Stride.Core.Assets.dll
Defines a custom project template for a SolutionPlatform.
                 System.Object →  
                SolutionPlatformTemplate
              
              
                 Derived from SolutionPlatformTemplate: 
              
              
              
[DataContract("SolutionPlatformTemplate")]
public class SolutionPlatformTemplate
              | Name | Description | |
|---|---|---|
| Constructors | ||
| SolutionPlatformTemplate(String, String) | ||
| Properties | ||
| DisplayName | The display name, which will be shown to user when choosing template.  | 
                          |
| TemplatePath | The template path.  | 
                          |
Constructors
SolutionPlatformTemplate(String, String)
public SolutionPlatformTemplate(string templatePath, string displayName)
              Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | templatePath | |
| System.String | displayName | 
Properties
DisplayName
The display name, which will be shown to user when choosing template.
public string DisplayName { get; set; }
              Property Value
| Type | Description | 
|---|---|
| System.String | 
TemplatePath
The template path.
public string TemplatePath { get; set; }
              Property Value
| Type | Description | 
|---|---|
| System.String |