C# Class Ohana3DS_Transfigured.Ohana.Textures.ZTEX

显示文件 Open project: Quibilia/Ohana3DS-Transfigured

Public Methods

Method Description
load ( Stream data ) : List

Loads a Fantasy Life ZTEX texture from a Stream.

load ( string fileName ) : List

Loads a Fantasy Life ZTEX texture from a file.

Method Details

load() public static method

Loads a Fantasy Life ZTEX texture from a Stream.
public static load ( Stream data ) : List
data System.IO.Stream The Stream with the data
return List

load() public static method

Loads a Fantasy Life ZTEX texture from a file.
public static load ( string fileName ) : List
fileName string
return List