![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
Data about a collectible mapping a string (name) to details like the maximum amount allowed. More...
Public Attributes | |
string | type |
String name for the type of collectible. More... | |
int | max |
The maximum amount that can be collected. More... | |
int | startingCount |
The amount the character starts with. More... | |
Data about a collectible mapping a string (name) to details like the maximum amount allowed.
int PlatformerPro.StackableItemData.max |
The maximum amount that can be collected.
int PlatformerPro.StackableItemData.startingCount |
The amount the character starts with.
string PlatformerPro.StackableItemData.type |
String name for the type of collectible.