Interface PopupButtonServerRpc
public interface PopupButtonServerRpc
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when the button has been clicked, and the pop-up has been opened.voidCalled 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.
-