Class AbstractIAPButtonEditor
Customer Editor class for the IAPButtons. This class handle how the IAPButtons should represent itself in the UnityEditor.
Inherited Members
Editor.MoveNextTarget()
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: UnityEditor.Purchasing
Assembly: solution.dll
Syntax
public abstract class AbstractIAPButtonEditor : Editor
Methods
Name | Description |
---|---|
OnEnableInternal() | Event trigger when IAPButton is enabled in the scene. |
OnInspectorGuiInternal() | Event trigger when trying to draw the BaseIAPButton in the inspector. |