Interface PopupButtonServerRpc


public interface PopupButtonServerRpc
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the button has been clicked, and the pop-up has been opened.
    void
    Called after the pop-up has been closed.
  • Method Details

    • onPopupButtonClick

      void onPopupButtonClick()
      Called when the button has been clicked, and the pop-up has been opened.
    • onPopupClose

      void onPopupClose()
      Called after the pop-up has been closed.