Class IAPButtonEditor
Customer Editor class for the IAPButton. This class handle how the IAPButton should represent itself in the UnityEditor.
Namespace: UnityEditor.Purchasing
Syntax
public class IAPButtonEditor : Editor
Methods
OnEnable()
Event trigger when IAPButton is enabled in the scene.
Declaration
public void OnEnable()
OnInspectorGUI()
Event trigger when trying to draw the IAPButton in the inspector.
Declaration
public override void OnInspectorGUI()