![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
Classes | |
class | PlatformerPro.Shop |
A shop where a player can buy and sell items. More... | |
class | PlatformerPro.ShopItem |
An item in a shop with details about pricing, etc. More... | |
class | PlatformerPro.ShopItemData |
Namespaces | |
namespace | PlatformerPro |
Enumerations | |
enum class | PlatformerPro.RestockType { PlatformerPro.NEVER_RESTOCK , PlatformerPro.USE_DEFAULT , PlatformerPro.USE_RANDOM , PlatformerPro.USE_RARITY } |
Controls how an item can be restocked. More... | |
enum class | PlatformerPro.PurchaseFailReason { PlatformerPro.NONE , PlatformerPro.NO_ITEM_SELECTED , PlatformerPro.ITEM_NOT_IN_SHOP , PlatformerPro.CANT_AFFORD , PlatformerPro.NO_ROOM } |
Reasons we can fail a purchase More... | |