Read and write text input value settings More...
Public Member Functions | |
InputProperty | Read (string fileName, bool noWarning=false) |
load More... | |
List< int > | ValidateSetting (string fileName) |
void | Write (string fileName, InputProperty inputProperty) |
write in More... | |
InputProperty | Read (string fileName, bool noWarning=false) |
load More... | |
void | Write (string fileName, InputProperty inputProperty) |
write in More... | |
Public Attributes | |
string | ver |
bool | useDInput |
Static Public Attributes | |
const string | CONFIG_EXTENSION = ".cfg" |
Read and write text input value settings
InputProperty Yukar.Engine.TextInputConfigStreamer.Read | ( | string | fileName, |
bool | noWarning = false |
||
) |
load
fileName | File Path |
Implements Yukar.Engine.IInputConfigStreamer.
List< int > Yukar.Engine.TextInputConfigStreamer.ValidateSetting | ( | string | fileName | ) |
void Yukar.Engine.TextInputConfigStreamer.Write | ( | string | fileName, |
InputProperty | inputProperty | ||
) |
write in
fileName | File Path |
inputProperty | Bind information |
Implements Yukar.Engine.IInputConfigStreamer.
|
static |
bool Yukar.Engine.TextInputConfigStreamer.useDInput |
string Yukar.Engine.TextInputConfigStreamer.ver |