C# 클래스 HaloMap.RawData.ParsedBitmap.BitmapInfo

The bitmap info.
파일 보기 프로젝트 열기: troymac1ure/Entity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bitsPerPixel ushort
depth ushort
flags ushort
format ushort
formatname BitmapFormat
height ushort
mipMapCount ushort
pixelOffset ushort
regPointX ushort
regPointY ushort
swizzle bool
tagtype char[]
type ushort
typename BitmapType
width ushort

공개 메소드들

메소드 설명
BitmapInfo ( BitmapFormat FormatName, bool Swizzle ) : System

Initializes a new instance of the BitmapInfo class.

BitmapInfo ( int offset, Meta &meta ) : System

Initializes a new instance of the BitmapInfo class.

Generate ( DDS ddsd ) : void

The generate.

Write ( BinaryWriter &BW ) : void

The write.

메소드 상세

BitmapInfo() 공개 메소드

Initializes a new instance of the BitmapInfo class.
public BitmapInfo ( BitmapFormat FormatName, bool Swizzle ) : System
FormatName BitmapFormat Name of the format.
Swizzle bool if set to true [swizzle].
리턴 System

BitmapInfo() 공개 메소드

Initializes a new instance of the BitmapInfo class.
public BitmapInfo ( int offset, Meta &meta ) : System
offset int The offset.
meta HaloMap.Meta.Meta The meta.
리턴 System

Generate() 공개 메소드

The generate.
public Generate ( DDS ddsd ) : void
ddsd HaloMap.DDSFunctions.DDS The ddsd.
리턴 void

Write() 공개 메소드

The write.
public Write ( BinaryWriter &BW ) : void
BW System.IO.BinaryWriter The bw.
리턴 void

프로퍼티 상세

bitsPerPixel 공개적으로 프로퍼티

The bits per pixel.
public ushort bitsPerPixel
리턴 ushort

depth 공개적으로 프로퍼티

The depth.
public ushort depth
리턴 ushort

flags 공개적으로 프로퍼티

The flags.
public ushort flags
리턴 ushort

format 공개적으로 프로퍼티

The format.
public ushort format
리턴 ushort

formatname 공개적으로 프로퍼티

The formatname.
public BitmapFormat formatname
리턴 BitmapFormat

height 공개적으로 프로퍼티

The height.
public ushort height
리턴 ushort

mipMapCount 공개적으로 프로퍼티

The mip map count.
public ushort mipMapCount
리턴 ushort

pixelOffset 공개적으로 프로퍼티

The pixel offset.
public ushort pixelOffset
리턴 ushort

regPointX 공개적으로 프로퍼티

The reg point x.
public ushort regPointX
리턴 ushort

regPointY 공개적으로 프로퍼티

The reg point y.
public ushort regPointY
리턴 ushort

swizzle 공개적으로 프로퍼티

The swizzle.
public bool swizzle
리턴 bool

tagtype 공개적으로 프로퍼티

The tagtype.
public char[] tagtype
리턴 char[]

type 공개적으로 프로퍼티

The type.
public ushort type
리턴 ushort

typename 공개적으로 프로퍼티

The typename.
public BitmapType typename
리턴 BitmapType

width 공개적으로 프로퍼티

The width.
public ushort width
리턴 ushort