C# Class ProjectCreatorCore.EnvironmentSetting

Project Creating Environment Setting
显示文件 Open project: LineGames/Leggiero Class Usage Examples

Public Properties

Property Type Description
engineRootPath string
templatePath string

Property Details

engineRootPath public_oe property

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

templatePath public_oe property

Template data path.
public string templatePath
return string