Interface PopupButtonClientRpc


public interface PopupButtonClientRpc
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Closes the popup if it is open.
    void
    Opens the popup if the button is rendered.
  • Method Details

    • openPopup

      void openPopup()
      Opens the popup if the button is rendered.
    • closePopup

      void closePopup()
      Closes the popup if it is open.