Class SolutionGuidGenerator
Inheritance
SolutionGuidGenerator
Assembly: UnityEditor.dll
Syntax
public static class SolutionGuidGenerator
Methods
|
Improve this Doc
View Source
GuidForProject(String)
Declaration
public static string GuidForProject(string projectName)
Parameters
Type |
Name |
Description |
String |
projectName |
|
Returns
|
Improve this Doc
View Source
GuidForSolution(String, String)
Declaration
public static string GuidForSolution(string projectName, string sourceFileExtension)
Parameters
Type |
Name |
Description |
String |
projectName |
|
String |
sourceFileExtension |
|
Returns