Interface IGenerator
Assembly: Unity.VSCode.Editor.dll
Syntax
public interface IGenerator
Properties
AssemblyNameProvider
Declaration
IAssemblyNameProvider AssemblyNameProvider { get; }
Property Value
ProjectDirectory
Declaration
string ProjectDirectory { get; }
Property Value
Methods
GenerateAll(bool)
Declaration
void GenerateAll(bool generateAll)
Parameters
| Type |
Name |
Description |
| bool |
generateAll |
|
SolutionExists()
Declaration
Returns
SolutionFile()
Declaration
Returns
Sync()
Declaration
SyncIfNeeded(List<string>, string[])
Declaration
bool SyncIfNeeded(List<string> affectedFiles, string[] reimportedFiles)
Parameters
Returns