C# Class GameProgress, SlashRunner

Afficher le fichier Open project: matthewAURA/SlashRunner Class Usage Examples

Méthodes publiques

Méthode 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

Method Details

AreAllLevelsCleared() public méthode

public AreAllLevelsCleared ( ) : bool
Résultat bool

FromBytes() public static méthode

public static FromBytes ( byte b ) : GameProgress,
b byte
Résultat GameProgress,

FromString() public static méthode

public static FromString ( string s ) : GameProgress,
s string
Résultat GameProgress,

GameProgress() public méthode

public GameProgress ( ) : System
Résultat System

LoadFromDisk() public static méthode

public static LoadFromDisk ( ) : GameProgress,
Résultat GameProgress,

MergeWith() public méthode

public MergeWith ( GameProgress, other ) : void
other GameProgress,
Résultat void

SaveToDisk() public méthode

public SaveToDisk ( ) : void
Résultat void

SetLevelProgress() public méthode

public SetLevelProgress ( int level, int score, int stars ) : void
level int
score int
stars int
Résultat void

ToBytes() public méthode

public ToBytes ( ) : byte[]
Résultat byte[]

ToString() public méthode

public ToString ( ) : string
Résultat string