Function onEditorModuleLoaded

  • Attribute that may be used on static functions on user-defined code. Any function with this decorator will be executed automatically by RSX inside the editor, and the user project code is loaded.

    If you wish to run code only inside the runtime, see onRuntimeStarted.

    Returns AttributeDecorator<Attribute>