Show / Hide Table of Contents

Struct TextureAtlasBuilder.TextureItem

Each individual texture is held in a list of texture items.

Namespace: DaggerfallWorkshop.Utility
Assembly: Assembly-CSharp.dll
Syntax
public struct TextureItem

Fields

| Improve this Doc View Source

archive

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

frame

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

frameCount

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

key

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

record

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

scale

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

size

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

texture

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