C# Class XCom.SharedSpace

ファイルを表示 Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Public Methods

Method Description
GetDouble ( string key ) : double
GetImageModList ( ) : List
GetInt ( string key ) : int
GetObj ( string key ) : object
GetObj ( string key, object defaultIfNull ) : object
GetPaletteTable ( ) : XCom.Palette>.Dictionary
GetString ( string key ) : string
this ( string key ) : object

Private Methods

Method Description
SharedSpace ( ) : System

Method Details

GetDouble() public method

public GetDouble ( string key ) : double
key string
return double

GetImageModList() public method

public GetImageModList ( ) : List
return List

GetInt() public method

public GetInt ( string key ) : int
key string
return int

GetObj() public method

public GetObj ( string key ) : object
key string
return object

GetObj() public method

public GetObj ( string key, object defaultIfNull ) : object
key string
defaultIfNull object
return object

GetPaletteTable() public method

public GetPaletteTable ( ) : XCom.Palette>.Dictionary
return XCom.Palette>.Dictionary

GetString() public method

public GetString ( string key ) : string
key string
return string

this() public method

public this ( string key ) : object
key string
return object