Argument コンストラクター

引数の設定

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
public Argument(
	string Tag,
	Type Type,
	Object DefaultValue,
	string DefaultDisplayText,
	Inputs Input,
	string Description
)

パラメーター

Tag
型: SystemString
引数を取得する際に使うタグ
Type
型: SystemType
引数の型 : double, string, bool, Keys, MouseButton, object
DefaultValue
型: SystemObject
デフォルトの値
DefaultDisplayText
型: SystemString
値入力欄に表示するテキスト
Input
型: KeyToKey.PluginsInputs
入力が必須か任意か
Description
型: SystemString
値の説明
関連項目