Logo
公開メンバ関数 | 公開変数類 | 静的公開変数類 | 全メンバ一覧
Yukar.Engine.TextInputConfigStreamer クラス

テキストの入力値の設定を読み書きをする [詳解]

Yukar.Engine.TextInputConfigStreamer の継承関係図
Yukar.Engine.IInputConfigStreamer

公開メンバ関数

InputProperty Read (string fileName, bool noWarning=false)
 読み込む [詳解]
 
List< int > ValidateSetting (string fileName)
 
void Write (string fileName, InputProperty inputProperty)
 書き込む [詳解]
 
InputProperty Read (string fileName, bool noWarning=false)
 読み込む [詳解]
 
void Write (string fileName, InputProperty inputProperty)
 書き込む [詳解]
 

公開変数類

string ver
 
bool useDInput
 

静的公開変数類

const string CONFIG_EXTENSION = ".cfg"
 

詳解

テキストの入力値の設定を読み書きをする

メソッド詳解

◆ Read()

InputProperty Yukar.Engine.TextInputConfigStreamer.Read ( string  fileName,
bool  noWarning = false 
)

読み込む

引数
fileNameファイルパス
戻り値
バインド情報

Yukar.Engine.IInputConfigStreamerを実装しています。

◆ ValidateSetting()

List< int > Yukar.Engine.TextInputConfigStreamer.ValidateSetting ( string  fileName)

◆ Write()

void Yukar.Engine.TextInputConfigStreamer.Write ( string  fileName,
InputProperty  inputProperty 
)

書き込む

引数
fileNameファイルパス
inputPropertyバインド情報

Yukar.Engine.IInputConfigStreamerを実装しています。

メンバ詳解

◆ CONFIG_EXTENSION

const string Yukar.Engine.TextInputConfigStreamer.CONFIG_EXTENSION = ".cfg"
static

◆ useDInput

bool Yukar.Engine.TextInputConfigStreamer.useDInput

◆ ver

string Yukar.Engine.TextInputConfigStreamer.ver