Show / Hide Table of Contents

Struct ImageData

Data package returned by ImageHelper.GetImageData() methods. Supplied Texture2D will always be readable.

Namespace: DaggerfallWorkshop
Assembly: Assembly-CSharp.dll
Syntax
public struct ImageData

Fields

| Improve this Doc View Source

alphaIndex

Declaration
public int alphaIndex
Field Value
Type Description
Int32
| Improve this Doc View Source

animatedTextures

Declaration
public Texture2D[] animatedTextures
Field Value
Type Description
Texture2D[]
| Improve this Doc View Source

dfBitmap

Declaration
public DFBitmap dfBitmap
Field Value
Type Description
DFBitmap
| Improve this Doc View Source

filename

Declaration
public string filename
Field Value
Type Description
String
| Improve this Doc View Source

frame

Declaration
public int frame
Field Value
Type Description
Int32
| Improve this Doc View Source

hasAlpha

Declaration
public bool hasAlpha
Field Value
Type Description
Boolean
| Improve this Doc View Source

height

Declaration
public int height
Field Value
Type Description
Int32
| Improve this Doc View Source

maskTexture

Declaration
public Texture2D maskTexture
Field Value
Type Description
Texture2D
| Improve this Doc View Source

offset

Declaration
public DFPosition offset
Field Value
Type Description
DFPosition
| Improve this Doc View Source

record

Declaration
public int record
Field Value
Type Description
Int32
| Improve this Doc View Source

scale

Declaration
public DFSize scale
Field Value
Type Description
DFSize
| Improve this Doc View Source

size

Declaration
public DFSize size
Field Value
Type Description
DFSize
| Improve this Doc View Source

texture

Declaration
public Texture2D texture
Field Value
Type Description
Texture2D
| Improve this Doc View Source

type

Declaration
public ImageTypes type
Field Value
Type Description
ImageTypes
| Improve this Doc View Source

width

Declaration
public int width
Field Value
Type Description
Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX