C# Class CM3D2.SubScreen.Plugin.SubScreen.SubScreenParam

Show file Open project: insightst185/CM3D2.SubScreen.Plugin

Public Properties

Property Type Description
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

Public Methods

Method Description
Init ( ) : bool
IsButton ( string key ) : bool
IsCheck ( string key ) : bool
IsToggle ( string key ) : bool
SubScreenParam ( ) : System
ValCount ( string key ) : int

Private Methods

Method Description
loadXML ( ) : bool

Method Details

Init() public method

public Init ( ) : bool
return bool

IsButton() public method

public IsButton ( string key ) : bool
key string
return bool

IsCheck() public method

public IsCheck ( string key ) : bool
key string
return bool

IsToggle() public method

public IsToggle ( string key ) : bool
key string
return bool

SubScreenParam() public method

public SubScreenParam ( ) : System
return System

ValCount() public method

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

Property Details

DefMatchPattern public property

public string DefMatchPattern
return string

XmlFileName public property

public string XmlFileName
return string

XmlFormat public property

public string XmlFormat
return string

autoPreset public property

public bool autoPreset
return bool

bEnabled public property

public Dictionary bEnabled
return bool>.Dictionary

bVVisible public property

public Dictionary> bVVisible
return Dictionary>

bVisible public property

public Dictionary bVisible
return bool>.Dictionary

fValue public property

public Dictionary> fValue
return Dictionary>

fVdef public property

public Dictionary> fVdef
return Dictionary>

fVmax public property

public Dictionary> fVmax
return Dictionary>

fVmin public property

public Dictionary> fVmin
return Dictionary>

sDescription public property

public Dictionary sDescription
return string>.Dictionary

sKey public property

public List sKey
return List

sLabel public property

public Dictionary> sLabel
return Dictionary>

sMatchPattern public property

public Dictionary> sMatchPattern
return Dictionary>

sPropName public property

public Dictionary sPropName
return string[]>.Dictionary

sType public property

public Dictionary sType
return string>.Dictionary

sVType public property

public Dictionary> sVType
return Dictionary>

sub_position public property

public bool sub_position
return bool

toggleKey public property

public KeyCode toggleKey
return KeyCode