C# Class GameCreator.Projects.GmFileProjectReader

ファイルを表示 Open project: joshwyant/game-creator Class Usage Examples

Public Methods

Method Description
GmFileProjectReader ( IProject project, BinaryReader reader ) : System
Read ( ) : void

Private Methods

Method Description
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

Method Details

GmFileProjectReader() public method

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

Read() public method

public Read ( ) : void
return void