Class IAPButtonEditor
Customer Editor class for the IAPButton. This class handle how the IAPButton 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
[CustomEditor(typeof(IAPButton))]
[CanEditMultipleObjects]
public class IAPButtonEditor : AbstractIAPButtonEditor
Methods
Name | Description |
---|---|
OnEnable() | Event trigger when |
OnInspectorGUI() | Event trigger when trying to draw the |