Platformer Pro  2.3.2
A platform game kit for Unity.
PlatformerPro.StackableItemData Class Reference

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...
 

Detailed Description

Data about a collectible mapping a string (name) to details like the maximum amount allowed.

Member Data Documentation

◆ max

int PlatformerPro.StackableItemData.max

The maximum amount that can be collected.

◆ startingCount

int PlatformerPro.StackableItemData.startingCount

The amount the character starts with.

◆ type

string PlatformerPro.StackableItemData.type

String name for the type of collectible.


The documentation for this class was generated from the following file: