C# 클래스 Ohana3DS_Transfigured.Ohana.Containers.DQVIIPack

파일 보기 프로젝트 열기: Quibilia/Ohana3DS-Transfigured

공개 메소드들

메소드 설명
load ( Stream data ) : OContainer

Reads the Model PACKage from Dragon Quest VII.

load ( string fileName ) : OContainer

Reads the Model PACKage from Dragon Quest VII.

비공개 메소드들

메소드 설명
getSection ( BinaryReader input ) : List

Gets a generic section from the file.

transformNode ( List nodes, int index, RenderBase &target ) : void

Transforms a Node from relative to absolute positions.

메소드 상세

load() 공개 정적인 메소드

Reads the Model PACKage from Dragon Quest VII.
public static load ( Stream data ) : OContainer
data System.IO.Stream Stream of the data
리턴 OContainer

load() 공개 정적인 메소드

Reads the Model PACKage from Dragon Quest VII.
public static load ( string fileName ) : OContainer
fileName string The File Name where the data is located
리턴 OContainer