C# Class XCom.ImageDescriptor

Describes information about imagesets: the path to the pck, tab and mcd files
Inheritance: IComparable
Mostrar archivo Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Public Methods

Method Description
CompareTo ( object other ) : int
GetMcdFile ( ) : McdFile
GetMcdFile ( Palette p ) : McdFile
GetPckFile ( ) : PckFile
GetPckFile ( Palette p ) : PckFile
ImageDescriptor ( string basename ) : System
ImageDescriptor ( string basename, string path ) : System
ToString ( ) : string

Method Details

CompareTo() public method

public CompareTo ( object other ) : int
other object
return int

GetMcdFile() public method

public GetMcdFile ( ) : McdFile
return McdFile

GetMcdFile() public method

public GetMcdFile ( Palette p ) : McdFile
p Palette
return McdFile

GetPckFile() public method

public GetPckFile ( ) : PckFile
return PckFile

GetPckFile() public method

public GetPckFile ( Palette p ) : PckFile
p Palette
return PckFile

ImageDescriptor() public method

public ImageDescriptor ( string basename ) : System
basename string
return System

ImageDescriptor() public method

public ImageDescriptor ( string basename, string path ) : System
basename string
path string
return System

ToString() public method

public ToString ( ) : string
return string