C# 클래스 UnityRose.Formats.STL

STL class.
파일 보기 프로젝트 열기: osROSE/UnityRose

공개 메소드들

메소드 설명
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.

메소드 상세

GetString() 공개 메소드

public GetString ( string stringID, Language langID ) : string
stringID string
langID Language
리턴 string

Load() 공개 메소드

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

STL() 공개 메소드

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

STL() 공개 메소드

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

Save() 공개 메소드

Saves the file.
public Save ( ) : void
리턴 void

Save() 공개 메소드

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

Search() 공개 메소드

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