PurchasingSettings
Editor API for the Unity Services editor feature. Normally Purchasing is enabled from the Services window, but if writing your own editor extension, this API can be used.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Purchasing
- Assembly: UnityEditor.CoreModule
public static class PurchasingSettings
Static Properties
Property | Description |
|---|---|
| enabled | This Boolean field will cause the Purchasing feature in Unity to be enabled if true, or disabled if false. |