C# Class ProjectCreatorCore.EnvironmentSetting

Project Creating Environment Setting
Show file Open project: LineGames/Leggiero Class Usage Examples

Public Properties

Property Type Description
engineRootPath string
templatePath string

Property Details

engineRootPath public property

Engine root directory path. The root directory contains Engine and Tools directories.
public string engineRootPath
return string

templatePath public property

Template data path.
public string templatePath
return string