C# 클래스 GameCreator.Projects.GmFileProjectReader

파일 보기 프로젝트 열기: joshwyant/game-creator 1 사용 예제들

공개 메소드들

메소드 설명
GmFileProjectReader ( IProject project, BinaryReader reader ) : System
Read ( ) : void

비공개 메소드들

메소드 설명
getActions ( ) : List
getBlob ( ) : byte[]
getBool ( ) : bool
getDate ( ) : System.DateTime
getInt ( ) : int
getString ( ) : string
getZipped ( ) : byte[]
readBackgrounds ( ) : void
readFonts ( ) : void
readGameInformation ( ) : void
readObjects ( ) : void
readPaths ( ) : void
readRooms ( ) : void
readScripts ( ) : void
readSettings ( ) : void
readSounds ( ) : void
readSprites ( ) : void
readTimelines ( ) : void

메소드 상세

GmFileProjectReader() 공개 메소드

public GmFileProjectReader ( IProject project, BinaryReader reader ) : System
project IProject
reader System.IO.BinaryReader
리턴 System

Read() 공개 메소드

public Read ( ) : void
리턴 void