SuperBehaviour SuperBehaviour
SuperBehaviour SuperBehaviour
v0.1.2 [Beta]

Search Results for

    Class ConnectRouter

    Namespace
    LoM.Super.Connect.Editor
    Assembly
    LoM.Super.Connect.Editor.dll

    The ConnectRouter allows you to register methods as routes for the ConnectServer.
    This server can be accessed by external applications to communicate with the Unity Editor.
    For example, the SuperBehaviour VSCode extension uses the ConnectServer to trigger compilation and other editor actions.


    https://localhost:20635/compile
    public static class ConnectRouter
    Inheritance
    object
    ConnectRouter

    Methods

    RegisterAssembly(Assembly)

    Register an assembly to be searched for ConnectRoutes.
    This method should best be called on editor startup.


    ConnectRouter.RegisterAssembly(typeof(YourClass).Assembly);

    public static void RegisterAssembly(Assembly assembly)

    Parameters

    assembly Assembly

    The assembly to search for ConnectRoutes.

    © Lords of Mahlstrom Gaming, all rights reserved.