C# Class UnityRose.Formats.STL

STL class.
Afficher le fichier Open project: osROSE/UnityRose

Méthodes publiques

Méthode 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 méthode

public GetString ( string stringID, Language langID ) : string
stringID string
langID Language
Résultat string

Load() public méthode

Loads the specified file.
public Load ( string filePath ) : void
filePath string The file path.
Résultat void

STL() public méthode

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

STL() public méthode

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

Save() public méthode

Saves the file.
public Save ( ) : void
Résultat void

Save() public méthode

Saves the specified file.
public Save ( string filePath ) : void
filePath string The file path.
Résultat void

Search() public méthode

Searches for the specified string ID.
public Search ( string stringID ) : string
stringID string The string ID.
Résultat string