Simple IAP System
4.3
|
IAP object properties. This is a meta-class for an IAP item. More...
Public Member Functions | |
IDs | GetIDs () |
Public Attributes | |
string | id |
List< StoreID > | storeIDs = new List<StoreID>() |
ProductType | type = ProductType.Consumable |
string | title |
string | description |
string | realPrice |
bool | fetch = false |
Sprite | icon |
int | usageCount = 1 |
List< IAPCurrency > | virtualPrice = new List<IAPCurrency>() |
IAPRequirement | req = new IAPRequirement() |
IAPType | editorType = IAPType.Default |
bool | platformFoldout = false |
IAP object properties. This is a meta-class for an IAP item.
IDs GetIDs | ( | ) |
string description |
IAPType editorType = IAPType.Default |
bool fetch = false |
Sprite icon |
string id |
bool platformFoldout = false |
string realPrice |
IAPRequirement req = new IAPRequirement() |
string title |
int usageCount = 1 |
List<IAPCurrency> virtualPrice = new List<IAPCurrency>() |