C# Class UnityRose.Formats.STL

STL class.
Mostrar archivo Open project: osROSE/UnityRose

Public Methods

Method Description
GetString ( string stringID, Language langID ) : string
Load ( string filePath ) : void

Loads the specified file.

STL ( ) : System.Collections.Generic

Initializes a new instance of the STL class.

STL ( string filePath ) : System.Collections.Generic

Initializes a new instance of the STL class.

Save ( ) : void

Saves the file.

Save ( string filePath ) : void

Saves the specified file.

Search ( string stringID ) : string

Searches for the specified string ID.

Method Details

GetString() public method

public GetString ( string stringID, Language langID ) : string
stringID string
langID Language
return string

Load() public method

Loads the specified file.
public Load ( string filePath ) : void
filePath string The file path.
return void

STL() public method

Initializes a new instance of the STL class.
public STL ( ) : System.Collections.Generic
return System.Collections.Generic

STL() public method

Initializes a new instance of the STL class.
public STL ( string filePath ) : System.Collections.Generic
filePath string The file path.
return System.Collections.Generic

Save() public method

Saves the file.
public Save ( ) : void
return void

Save() public method

Saves the specified file.
public Save ( string filePath ) : void
filePath string The file path.
return void

Search() public method

Searches for the specified string ID.
public Search ( string stringID ) : string
stringID string The string ID.
return string