C# Class BB.UserLevelClear

显示文件 Open project: SNUGDC/snugdc-study-bouncy_ball Class Usage Examples

Public Methods

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

Private Methods

Method Description
MakeKey ( WorldType world, Level level ) : string

Method Details

Get() public static method

public static Get ( WorldType world, Level level ) : LevelClearState?
world WorldType
level Level
return LevelClearState?

Set() public static method

public static Set ( WorldType world, Level level, LevelClearState state ) : void
world WorldType
level Level
state LevelClearState
return void

Win() public static method

public static Win ( LevelDef levelDef ) : void
levelDef LevelDef
return void