C# Class TagTool.Bitmaps.BitmapTextureResourceDefinition.BitmapDefinition

Mostrar archivo Open project: TheGuardians/TagTool

Public Properties

Property Type Description
D3DFormatUnused int
Data TagTool.Cache.ResourceDataReference
Depth sbyte
Flags BitmapFlags
Format BitmapFormat
Height short
Levels sbyte
Type BitmapType
Unknown35 byte
Unused14 int
Unused18 int
Unused1C int
Unused20 int
Unused24 int
Unused2F sbyte
Unused38 int
Unused3C int
Width short

Property Details

D3DFormatUnused public_oe property

Gets or sets the format of the bitmap as a D3DFORMAT enum. Note that this is actually unused and the game reads the format from Format. Setting this value is still suggested however.
public int D3DFormatUnused
return int

Data public_oe property

Gets or sets the reference to the bitmap data.
public ResourceDataReference,TagTool.Cache Data
return TagTool.Cache.ResourceDataReference

Depth public_oe property

Gets or sets the bitmap's depth. Only used for BitmapType.Texture3D textures.
public sbyte Depth
return sbyte

Flags public_oe property

Gets or sets flags describing the bitmap.
public BitmapFlags Flags
return BitmapFlags

Format public_oe property

Gets or sets the format of the bitmap data.
public BitmapFormat Format
return BitmapFormat

Height public_oe property

Gets or sets the bitmap's height in pixels.
public short Height
return short

Levels public_oe property

Gets or sets the number of mip levels in the bitmap. (1 = full size only)
public sbyte Levels
return sbyte

Type public_oe property

Gets or sets the bitmap's type.
public BitmapType Type
return BitmapType

Unknown35 public_oe property

public byte Unknown35
return byte

Unused14 public_oe property

public int Unused14
return int

Unused18 public_oe property

public int Unused18
return int

Unused1C public_oe property

public int Unused1C
return int

Unused20 public_oe property

public int Unused20
return int

Unused24 public_oe property

public int Unused24
return int

Unused2F public_oe property

public sbyte Unused2F
return sbyte

Unused38 public_oe property

public int Unused38
return int

Unused3C public_oe property

public int Unused3C
return int

Width public_oe property

Gets or sets the bitmap's width in pixels.
public short Width
return short