Editor Scripting API

    Interface signal1<T0, R>

    An interface that allows you to bind a callback on connect.

    interface signal1<T0, R> {
        connect(callback: (arg0: T0) => R): ScopedConnection;
    }

    Type Parameters

    • T0
    • R
    Index

    Methods

    Methods

    MMNEPVFCICPMFPCPTTAAATR