Editor Scripting API

    Interface signal2<T0, T1, R>

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

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

    Type Parameters

    • T0
    • T1
    • R
    Index

    Methods

    Methods

    MMNEPVFCICPMFPCPTTAAATR