Свойство | Тип | Описание | |
---|---|---|---|
alreadyLoaded | bool | ||
currentProfile | Profile, | ||
profiles | List |
Метод | Описание | |
---|---|---|
CreateTestProfile ( ) : void | ||
FindTheBestScore ( SongInfoProfil, sip ) : string>.KeyValuePair |
||
FindTheSongStat ( SongInfoProfil, sip ) : SongInfoProfil, | ||
LoadProfiles ( ) : void | ||
SaveProfile ( ) : bool | ||
SearchPlaceOnSong ( SongInfoProfil, sip, float scoreEarned ) : int | ||
getProfileStream ( ) : byte[] | ||
saveProfileStream ( byte stream ) : string | ||
setCurrentProfile ( Profile p ) : void | ||
verifyCurrentProfile ( ) : bool |
Метод | Описание | |
---|---|---|
ProfileManager ( ) : System |
public FindTheBestScore ( SongInfoProfil, sip ) : string>.KeyValuePair |
||
sip | SongInfoProfil, | |
Результат | string>.KeyValuePair |
public FindTheSongStat ( SongInfoProfil, sip ) : SongInfoProfil, | ||
sip | SongInfoProfil, | |
Результат | SongInfoProfil, |
public SearchPlaceOnSong ( SongInfoProfil, sip, float scoreEarned ) : int | ||
sip | SongInfoProfil, | |
scoreEarned | float | |
Результат | int |
public saveProfileStream ( byte stream ) : string | ||
stream | byte | |
Результат | string |
public setCurrentProfile ( Profile p ) : void | ||
p | Profile | |
Результат | void |