C# Class UnityRose.Formats.LIT

LIT class.
Afficher le fichier Open project: osROSE/UnityRose Class Usage Examples

Méthodes publiques

Méthode Description
LIT ( ) : System.Collections.Generic

Initializes a new instance of the LIT class.

LIT ( string filePath ) : System.Collections.Generic

Initializes a new instance of the LIT class.

Load ( string filePath ) : void

Loads the specified file.

Save ( ) : void

Saves the file.

Save ( string filePath ) : void

Saves the specified file.

SearchObject ( int id ) : int

Searches for the object.

SearchPart ( int objectID, int id ) : int

Searches the part.

Method Details

LIT() public méthode

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

LIT() public méthode

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

Load() public méthode

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

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

SearchObject() public méthode

Searches for the object.
public SearchObject ( int id ) : int
id int The id.
Résultat int

SearchPart() public méthode

Searches the part.
public SearchPart ( int objectID, int id ) : int
objectID int The object ID.
id int The id.
Résultat int