C# 클래스 UnityRose.Formats.LIT

LIT class.
파일 보기 프로젝트 열기: osROSE/UnityRose 1 사용 예제들

공개 메소드들

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

메소드 상세

LIT() 공개 메소드

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

LIT() 공개 메소드

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

Load() 공개 메소드

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

Save() 공개 메소드

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

Save() 공개 메소드

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

SearchObject() 공개 메소드

Searches for the object.
public SearchObject ( int id ) : int
id int The id.
리턴 int

SearchPart() 공개 메소드

Searches the part.
public SearchPart ( int objectID, int id ) : int
objectID int The object ID.
id int The id.
리턴 int