Class CodelessIAPButtonEditor
Customer Editor class for the CodelessIAPButton. This class handle how the CodelessIAPButton should represent itself in the UnityEditor.
Inherited Members
Namespace: UnityEditor .Purchasing
Assembly: solution.dll
Syntax
[CustomEditor(typeof(CodelessIAPButton))]
[CanEditMultipleObjects]
public class CodelessIAPButtonEditor : AbstractIAPButtonEditor
Methods
OnEnable()
Event trigger when CodelessIAPButton
is enabled in the scene.
Declaration
public void OnEnable()
OnInspectorGUI()
Event trigger when trying to draw the CodelessIAPButton
in the inspector.
Declaration
public override void OnInspectorGUI()