Class IAPButtonEditor
Customer Editor class for the IAPButton. This class handle how the IAPButton should represent itself in the UnityEditor.
Inherited Members
Namespace: UnityEditor.Purchasing
Syntax
[CustomEditor(typeof(IAPButton))]
[CanEditMultipleObjects]
public class IAPButtonEditor : Editor, IPreviewable, IToolModeOwner
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()