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 Sourcekey
Declaration
public int key
Field Value
| Type | Description |
|---|---|
| Int32 |
rect
Declaration
public Rect rect
Field Value
| Type | Description |
|---|---|
| Rect |
textureItem
Declaration
public TextureAtlasBuilder.TextureItem textureItem
Field Value
| Type | Description |
|---|---|
| TextureAtlasBuilder.TextureItem |