![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
Stores lock data (which is typically about a locked/unlocked level). More...
Public Member Functions | |
LevelLockData () | |
Initializes a new instance of the PlatformerPro.LevelLockData class. More... | |
LevelLockData (string levelKey, bool isUnlocked, int rating) | |
Initializes a new instance of the PlatformerPro.LevelLockData class. More... | |
Public Attributes | |
string | levelKey |
Name or key for the level being locked/unlocked. More... | |
bool | isUnlocked |
Is the level unlocked? More... | |
int | rating |
What rating did the player achieve on level complete More... | |
Stores lock data (which is typically about a locked/unlocked level).
PlatformerPro.LevelLockData.LevelLockData | ( | ) |
Initializes a new instance of the PlatformerPro.LevelLockData class.
PlatformerPro.LevelLockData.LevelLockData | ( | string | levelKey, |
bool | isUnlocked, | ||
int | rating | ||
) |
Initializes a new instance of the PlatformerPro.LevelLockData class.
levelKey | Level key. |
isUnlocked | If set to true is unlocked. |
bool PlatformerPro.LevelLockData.isUnlocked |
Is the level unlocked?
string PlatformerPro.LevelLockData.levelKey |
Name or key for the level being locked/unlocked.
int PlatformerPro.LevelLockData.rating |
What rating did the player achieve on level complete