Class IAPButtonMenu
IAPButtonMenu class creates options in menus to create the IAPButton.
Inherited Members
Namespace: UnityEditor.Purchasing
Syntax
public static class IAPButtonMenu
Methods
CreateUnityIAPButton()
Add option to create a IAPButton from the Window/UnityIAP menu.
Declaration
[MenuItem("Window/Unity IAP/Create IAP Button", false, 100)]
public static void CreateUnityIAPButton()
GameObjectCreateUnityIAPButton()
Add option to create a IAPButton from the GameObject menu.
Declaration
[MenuItem("GameObject/Unity IAP/IAP Button", false, 10)]
public static void GameObjectCreateUnityIAPButton()