Logo
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Yukar.Engine.TextInputConfigStreamer Class Reference

Read and write text input value settings More...

Inheritance diagram for Yukar.Engine.TextInputConfigStreamer:
Yukar.Engine.IInputConfigStreamer

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"
 

Detailed Description

Read and write text input value settings

Member Function Documentation

◆ Read()

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

load

Parameters
fileNameFile Path
Returns
Bind information

Implements Yukar.Engine.IInputConfigStreamer.

◆ ValidateSetting()

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

◆ Write()

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

write in

Parameters
fileNameFile Path
inputPropertyBind information

Implements Yukar.Engine.IInputConfigStreamer.

Member Data Documentation

◆ CONFIG_EXTENSION

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

◆ useDInput

bool Yukar.Engine.TextInputConfigStreamer.useDInput

◆ ver

string Yukar.Engine.TextInputConfigStreamer.ver