C# Класс Ohana3DS_Transfigured.Ohana.Containers.DQVIIPack

Показать файл Открыть проект

Открытые методы

Метод Описание
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