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

Afficher le fichier Open project: insightst185/CM3D2.SubScreen.Plugin

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
Init ( ) : bool
IsButton ( string key ) : bool
IsCheck ( string key ) : bool
IsToggle ( string key ) : bool
SubScreenParam ( ) : System
ValCount ( string key ) : int

Private Methods

Méthode Description
loadXML ( ) : bool

Method Details

Init() public méthode

public Init ( ) : bool
Résultat bool

IsButton() public méthode

public IsButton ( string key ) : bool
key string
Résultat bool

IsCheck() public méthode

public IsCheck ( string key ) : bool
key string
Résultat bool

IsToggle() public méthode

public IsToggle ( string key ) : bool
key string
Résultat bool

SubScreenParam() public méthode

public SubScreenParam ( ) : System
Résultat System

ValCount() public méthode

public ValCount ( string key ) : int
key string
Résultat int

Property Details

DefMatchPattern public_oe property

public string DefMatchPattern
Résultat string

XmlFileName public_oe property

public string XmlFileName
Résultat string

XmlFormat public_oe property

public string XmlFormat
Résultat string

autoPreset public_oe property

public bool autoPreset
Résultat bool

bEnabled public_oe property

public Dictionary bEnabled
Résultat bool>.Dictionary

bVVisible public_oe property

public Dictionary> bVVisible
Résultat Dictionary>

bVisible public_oe property

public Dictionary bVisible
Résultat bool>.Dictionary

fValue public_oe property

public Dictionary> fValue
Résultat Dictionary>

fVdef public_oe property

public Dictionary> fVdef
Résultat Dictionary>

fVmax public_oe property

public Dictionary> fVmax
Résultat Dictionary>

fVmin public_oe property

public Dictionary> fVmin
Résultat Dictionary>

sDescription public_oe property

public Dictionary sDescription
Résultat string>.Dictionary

sKey public_oe property

public List sKey
Résultat List

sLabel public_oe property

public Dictionary> sLabel
Résultat Dictionary>

sMatchPattern public_oe property

public Dictionary> sMatchPattern
Résultat Dictionary>

sPropName public_oe property

public Dictionary sPropName
Résultat string[]>.Dictionary

sType public_oe property

public Dictionary sType
Résultat string>.Dictionary

sVType public_oe property

public Dictionary> sVType
Résultat Dictionary>

sub_position public_oe property

public bool sub_position
Résultat bool

toggleKey public_oe property

public KeyCode toggleKey
Résultat KeyCode