![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
Data about a collectible mapping a string (name) to detils like the maximum amount allowed. More...
Public Member Functions | |
ItemAndCount () | |
Initializes a new instance of the PlatformerPro.ItemAndCount class. More... | |
ItemAndCount (string type, int count) | |
Initializes a new instance of the PlatformerPro.ItemAndCount class. More... | |
Public Attributes | |
string | type |
String name for the type of collectible. More... | |
int | count |
The number of this item held. More... | |
Data about a collectible mapping a string (name) to detils like the maximum amount allowed.
PlatformerPro.ItemAndCount.ItemAndCount | ( | ) |
Initializes a new instance of the PlatformerPro.ItemAndCount class.
PlatformerPro.ItemAndCount.ItemAndCount | ( | string | type, |
int | count | ||
) |
Initializes a new instance of the PlatformerPro.ItemAndCount class.
type | Type. |
count | Count. |
int PlatformerPro.ItemAndCount.count |
The number of this item held.
string PlatformerPro.ItemAndCount.type |
String name for the type of collectible.