C# Class XCom.GameFiles.Images.xcFiles.xcPck

Inheritance: XCom.Interfaces.IXCImageFile
Mostra file Open project: pmprog/OpenXCOM.Tools

Private Properties

Property Type Description
checkChange void

Public Methods

Method Description
SaveCollection ( string directory, string file, XCImageCollection images ) : void
xcPck ( ) : System

Protected Methods

Method Description
LoadFileOverride ( string directory, string file, int imgWid, int imgHei, Palette pal ) : XCImageCollection

Private Methods

Method Description
checkChange ( object sender, EventArgs e ) : void

Method Details

LoadFileOverride() protected method

protected LoadFileOverride ( string directory, string file, int imgWid, int imgHei, Palette pal ) : XCImageCollection
directory string
file string
imgWid int
imgHei int
pal Palette
return XCImageCollection

SaveCollection() public method

public SaveCollection ( string directory, string file, XCImageCollection images ) : void
directory string
file string
images XCImageCollection
return void

xcPck() public method

public xcPck ( ) : System
return System