C# 클래스 entity.BitmapOps.BitmapOperations.DDS

상속: cType
파일 보기 프로젝트 열기: troymac1ure/Entity

공개 프로퍼티들

프로퍼티 타입 설명
Compressed bool
Format ushort
FormatName ParsedBitmap.BitmapFormat
MipMapCount int
Swizzle bool
chunkNumber int
streamOffset int
streamSize int

공개 메소드들

메소드 설명
DDS ( ParsedBitmap bmInfo, FileStream fs ) : System
DDS ( int BPP, int width, int height, int depth, int streamOffset, int streamSize, int chunkNumber ) : System

메소드 상세

DDS() 공개 메소드

public DDS ( ParsedBitmap bmInfo, FileStream fs ) : System
bmInfo HaloMap.RawData.ParsedBitmap
fs System.IO.FileStream
리턴 System

DDS() 공개 메소드

public DDS ( int BPP, int width, int height, int depth, int streamOffset, int streamSize, int chunkNumber ) : System
BPP int
width int
height int
depth int
streamOffset int
streamSize int
chunkNumber int
리턴 System

프로퍼티 상세

Compressed 공개적으로 프로퍼티

public bool Compressed
리턴 bool

Format 공개적으로 프로퍼티

public ushort Format
리턴 ushort

FormatName 공개적으로 프로퍼티

public ParsedBitmap.BitmapFormat FormatName
리턴 ParsedBitmap.BitmapFormat

MipMapCount 공개적으로 프로퍼티

public int MipMapCount
리턴 int

Swizzle 공개적으로 프로퍼티

public bool Swizzle
리턴 bool

chunkNumber 공개적으로 프로퍼티

public int chunkNumber
리턴 int

streamOffset 공개적으로 프로퍼티

public int streamOffset
리턴 int

streamSize 공개적으로 프로퍼티

public int streamSize
리턴 int