Method | Description | |
---|---|---|
AreAllLevelsCleared ( ) : bool | ||
FromBytes ( byte b ) : GameProgress, | ||
FromString ( string s ) : GameProgress, | ||
GameProgress ( ) : System | ||
LoadFromDisk ( ) : GameProgress, | ||
MergeWith ( GameProgress, other ) : void | ||
SaveToDisk ( ) : void | ||
SetLevelProgress ( int level, int score, int stars ) : void | ||
ToBytes ( ) : byte[] | ||
ToString ( ) : string |
public static FromBytes ( byte b ) : GameProgress, | ||
b | byte | |
return | GameProgress, |
public static FromString ( string s ) : GameProgress, | ||
s | string | |
return | GameProgress, |
public static LoadFromDisk ( ) : GameProgress, | ||
return | GameProgress, |
public MergeWith ( GameProgress, other ) : void | ||
other | GameProgress, | |
return | void |
public SetLevelProgress ( int level, int score, int stars ) : void | ||
level | int | |
score | int | |
stars | int | |
return | void |