Show / Hide Table of Contents

Struct MobileBillboardImportedTextures

Imported textures for an archive used by a wandering npc or a foe.

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

Fields

| Improve this Doc View Source

Albedo

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

EmissionMaps

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

HasImportedTextures

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

IsEmissive

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