C# 클래스 HyoutaTools.Gust.g1t.g1tTexture

파일 보기 프로젝트 열기: AdmiralCurtiss/HyoutaTools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Data byte[]
Format Textures.TextureFormat
Height uint
Mipmaps byte
Width uint

공개 메소드들

메소드 설명
GetDataLength ( int mipmapLevel ) : long
GetDataStart ( int mipmapLevel ) : long
g1tTexture ( Stream stream, System.Util endian ) : System

메소드 상세

GetDataLength() 공개 메소드

public GetDataLength ( int mipmapLevel ) : long
mipmapLevel int
리턴 long

GetDataStart() 공개 메소드

public GetDataStart ( int mipmapLevel ) : long
mipmapLevel int
리턴 long

g1tTexture() 공개 메소드

public g1tTexture ( Stream stream, System.Util endian ) : System
stream Stream
endian System.Util
리턴 System

프로퍼티 상세

Data 공개적으로 프로퍼티

public byte[] Data
리턴 byte[]

Format 공개적으로 프로퍼티

public Textures.TextureFormat Format
리턴 Textures.TextureFormat

Height 공개적으로 프로퍼티

public uint Height
리턴 uint

Mipmaps 공개적으로 프로퍼티

public byte Mipmaps
리턴 byte

Width 공개적으로 프로퍼티

public uint Width
리턴 uint