C# 클래스 GameProgress, SlashRunner

파일 보기 프로젝트 열기: matthewAURA/SlashRunner 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AreAllLevelsCleared() 공개 메소드

public AreAllLevelsCleared ( ) : bool
리턴 bool

FromBytes() 공개 정적인 메소드

public static FromBytes ( byte b ) : GameProgress,
b byte
리턴 GameProgress,

FromString() 공개 정적인 메소드

public static FromString ( string s ) : GameProgress,
s string
리턴 GameProgress,

GameProgress() 공개 메소드

public GameProgress ( ) : System
리턴 System

LoadFromDisk() 공개 정적인 메소드

public static LoadFromDisk ( ) : GameProgress,
리턴 GameProgress,

MergeWith() 공개 메소드

public MergeWith ( GameProgress, other ) : void
other GameProgress,
리턴 void

SaveToDisk() 공개 메소드

public SaveToDisk ( ) : void
리턴 void

SetLevelProgress() 공개 메소드

public SetLevelProgress ( int level, int score, int stars ) : void
level int
score int
stars int
리턴 void

ToBytes() 공개 메소드

public ToBytes ( ) : byte[]
리턴 byte[]

ToString() 공개 메소드

public ToString ( ) : string
리턴 string