C# Class GrandLarceny.Loader

Mostra file Open project: melburn/GLhf Class Usage Examples

Public Methods

Method Description
getInstance ( ) : Loader
getSettingsBlock ( string a_block, string a_file ) : string[]
loadCheckPoint ( ) : GrandLarceny.Level
loadGraphicSettings ( string a_file ) : void
loadLevel ( string a_levelName ) : GrandLarceny.Level
loadSoundSettings ( string a_file ) : void
readFromFile ( string a_filePath ) : String[]

Private Methods

Method Description
Loader ( ) : System
getAnimationFrames ( string a_sprite ) : int
loadAnimationFrames ( ) : void

Method Details

getInstance() public static method

public static getInstance ( ) : Loader
return Loader

getSettingsBlock() public method

public getSettingsBlock ( string a_block, string a_file ) : string[]
a_block string
a_file string
return string[]

loadCheckPoint() public method

public loadCheckPoint ( ) : GrandLarceny.Level
return GrandLarceny.Level

loadGraphicSettings() public method

public loadGraphicSettings ( string a_file ) : void
a_file string
return void

loadLevel() public method

public loadLevel ( string a_levelName ) : GrandLarceny.Level
a_levelName string
return GrandLarceny.Level

loadSoundSettings() public method

public loadSoundSettings ( string a_file ) : void
a_file string
return void

readFromFile() public method

public readFromFile ( string a_filePath ) : String[]
a_filePath string
return String[]