docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IGenerator

    Namespace: VSCodeEditor
    Assembly: Unity.VSCode.Editor.dll
    Syntax
    public interface IGenerator

    Properties

    AssemblyNameProvider

    Declaration
    IAssemblyNameProvider AssemblyNameProvider { get; }
    Property Value
    Type Description
    IAssemblyNameProvider

    ProjectDirectory

    Declaration
    string ProjectDirectory { get; }
    Property Value
    Type Description
    string

    Methods

    GenerateAll(bool)

    Declaration
    void GenerateAll(bool generateAll)
    Parameters
    Type Name Description
    bool generateAll

    SolutionExists()

    Declaration
    bool SolutionExists()
    Returns
    Type Description
    bool

    SolutionFile()

    Declaration
    string SolutionFile()
    Returns
    Type Description
    string

    Sync()

    Declaration
    void Sync()

    SyncIfNeeded(List<string>, string[])

    Declaration
    bool SyncIfNeeded(List<string> affectedFiles, string[] reimportedFiles)
    Parameters
    Type Name Description
    List<string> affectedFiles
    string[] reimportedFiles
    Returns
    Type Description
    bool
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)