C# 클래스 MapView.Setting

Stores information to be used in the CustomPropertyGrid
파일 보기 프로젝트 열기: pmprog/OpenXCOM.Tools 1 사용 예제들

공개 메소드들

메소드 설명
FireUpdate ( string key ) : void
FireUpdate ( string key, object val ) : void
Setting ( object val ) : System
Setting ( object val, string desc ) : System
Setting ( object val, string desc, string category ) : System
Setting ( object val, string desc, string category, ValueChangedDelegate update ) : System

비공개 메소드들

메소드 설명
parseBoolString ( string s ) : object
parseColorString ( string s ) : object
parseIntString ( string s ) : object

메소드 상세

FireUpdate() 공개 메소드

public FireUpdate ( string key ) : void
key string
리턴 void

FireUpdate() 공개 메소드

public FireUpdate ( string key, object val ) : void
key string
val object
리턴 void

Setting() 공개 메소드

public Setting ( object val ) : System
val object
리턴 System

Setting() 공개 메소드

public Setting ( object val, string desc ) : System
val object
desc string
리턴 System

Setting() 공개 메소드

public Setting ( object val, string desc, string category ) : System
val object
desc string
category string
리턴 System

Setting() 공개 메소드

public Setting ( object val, string desc, string category, ValueChangedDelegate update ) : System
val object
desc string
category string
update ValueChangedDelegate
리턴 System