C# Class DreamEdit.DMI.DMIParser

Show file Open project: headswe/DreamEdit Class Usage Examples

Public Properties

Property Type Description
height int
states ImageState>.Dictionary
width int

Public Methods

Method Description
parse ( FileStream source ) : void

Private Methods

Method Description
generateSpriteState ( int frames, int directions, List delays ) : ImageState
praseMetaData ( String metaData ) : List

Method Details

parse() public method

public parse ( FileStream source ) : void
source System.IO.FileStream
return void

Property Details

height public property

public int height
return int

states public property

public Dictionary states
return ImageState>.Dictionary

width public property

public int width
return int