Show / Hide Table of Contents

Struct TextureAtlasBuilder.AtlasItem

The packed textures are each referenced by an atlas item with a unique key

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

Fields

| Improve this Doc View Source

key

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

rect

Declaration
public Rect rect
Field Value
Type Description
Rect
| Improve this Doc View Source

textureItem

Declaration
public TextureAtlasBuilder.TextureItem textureItem
Field Value
Type Description
TextureAtlasBuilder.TextureItem
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX