C# Class Ohana3DS_Transfigured.Ohana.Textures.ZTEX

Afficher le fichier Open project: Quibilia/Ohana3DS-Transfigured

Méthodes publiques

Méthode 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 méthode

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

load() public static méthode

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