C# 클래스 CM3D2.SubScreen.Plugin.SubScreen.SubScreenParam

파일 보기 프로젝트 열기: insightst185/CM3D2.SubScreen.Plugin

공개 프로퍼티들

프로퍼티 타입 설명
DefMatchPattern string
XmlFileName string
XmlFormat string
autoPreset bool
bEnabled bool>.Dictionary
bVVisible Dictionary>
bVisible bool>.Dictionary
fValue Dictionary>
fVdef Dictionary>
fVmax Dictionary>
fVmin Dictionary>
sDescription string>.Dictionary
sKey List
sLabel Dictionary>
sMatchPattern Dictionary>
sPropName string[]>.Dictionary
sType string>.Dictionary
sVType Dictionary>
sub_position bool
toggleKey KeyCode

공개 메소드들

메소드 설명
Init ( ) : bool
IsButton ( string key ) : bool
IsCheck ( string key ) : bool
IsToggle ( string key ) : bool
SubScreenParam ( ) : System
ValCount ( string key ) : int

비공개 메소드들

메소드 설명
loadXML ( ) : bool

메소드 상세

Init() 공개 메소드

public Init ( ) : bool
리턴 bool

IsButton() 공개 메소드

public IsButton ( string key ) : bool
key string
리턴 bool

IsCheck() 공개 메소드

public IsCheck ( string key ) : bool
key string
리턴 bool

IsToggle() 공개 메소드

public IsToggle ( string key ) : bool
key string
리턴 bool

SubScreenParam() 공개 메소드

public SubScreenParam ( ) : System
리턴 System

ValCount() 공개 메소드

public ValCount ( string key ) : int
key string
리턴 int

프로퍼티 상세

DefMatchPattern 공개적으로 프로퍼티

public string DefMatchPattern
리턴 string

XmlFileName 공개적으로 프로퍼티

public string XmlFileName
리턴 string

XmlFormat 공개적으로 프로퍼티

public string XmlFormat
리턴 string

autoPreset 공개적으로 프로퍼티

public bool autoPreset
리턴 bool

bEnabled 공개적으로 프로퍼티

public Dictionary bEnabled
리턴 bool>.Dictionary

bVVisible 공개적으로 프로퍼티

public Dictionary> bVVisible
리턴 Dictionary>

bVisible 공개적으로 프로퍼티

public Dictionary bVisible
리턴 bool>.Dictionary

fValue 공개적으로 프로퍼티

public Dictionary> fValue
리턴 Dictionary>

fVdef 공개적으로 프로퍼티

public Dictionary> fVdef
리턴 Dictionary>

fVmax 공개적으로 프로퍼티

public Dictionary> fVmax
리턴 Dictionary>

fVmin 공개적으로 프로퍼티

public Dictionary> fVmin
리턴 Dictionary>

sDescription 공개적으로 프로퍼티

public Dictionary sDescription
리턴 string>.Dictionary

sKey 공개적으로 프로퍼티

public List sKey
리턴 List

sLabel 공개적으로 프로퍼티

public Dictionary> sLabel
리턴 Dictionary>

sMatchPattern 공개적으로 프로퍼티

public Dictionary> sMatchPattern
리턴 Dictionary>

sPropName 공개적으로 프로퍼티

public Dictionary sPropName
리턴 string[]>.Dictionary

sType 공개적으로 프로퍼티

public Dictionary sType
리턴 string>.Dictionary

sVType 공개적으로 프로퍼티

public Dictionary> sVType
리턴 Dictionary>

sub_position 공개적으로 프로퍼티

public bool sub_position
리턴 bool

toggleKey 공개적으로 프로퍼티

public KeyCode toggleKey
리턴 KeyCode