C# Class BB.UserLevelClear

Afficher le fichier Open project: SNUGDC/snugdc-study-bouncy_ball Class Usage Examples

Méthodes publiques

Méthode Description
Get ( WorldType world, Level level ) : LevelClearState?
Set ( WorldType world, Level level, LevelClearState state ) : void
Win ( LevelDef levelDef ) : void

Private Methods

Méthode Description
MakeKey ( WorldType world, Level level ) : string

Method Details

Get() public static méthode

public static Get ( WorldType world, Level level ) : LevelClearState?
world WorldType
level Level
Résultat LevelClearState?

Set() public static méthode

public static Set ( WorldType world, Level level, LevelClearState state ) : void
world WorldType
level Level
state LevelClearState
Résultat void

Win() public static méthode

public static Win ( LevelDef levelDef ) : void
levelDef LevelDef
Résultat void