Table of Contents

Class SolutionPlatformTemplate

Namespace
Stride.Core.Assets
Assembly
Stride.Core.Assets.dll

Defines a custom project template for a SolutionPlatform.

[DataContract("SolutionPlatformTemplate")]
public class SolutionPlatformTemplate
Inheritance
SolutionPlatformTemplate

Constructors

SolutionPlatformTemplate(string, string)

public SolutionPlatformTemplate(string templatePath, string displayName)

Parameters

templatePath string
displayName string

Properties

DisplayName

The display name, which will be shown to user when choosing template.

public string DisplayName { get; set; }

Property Value

string

TemplatePath

The template path.

public string TemplatePath { get; set; }

Property Value

string