C# 클래스 Ohana3DS_Transfigured.Ohana.Textures.ZTEX

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

공개 메소드들

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

메소드 상세

load() 공개 정적인 메소드

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

load() 공개 정적인 메소드

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