Manages callbacks that are connected to when a player editor mode changes.

Hierarchy

  • ModeChangeAfterEventSignal

Constructors

Methods

Constructors

Methods

  • Parameters

    Returns ((arg) => void)

      • (arg): void
      • Parameters

        Returns void

        Remarks

        Subscribes the specified callback to an editor mode change after event.

        This function can't be called in read-only mode.

    Remarks

    Subscribes the specified callback to an editor mode change after event.

    This function can't be called in read-only mode.

  • Parameters

    Returns void

    Remarks

    Removes the specified callback from an editor mode change after event.

    This function can't be called in read-only mode.