Show / Hide Table of Contents

Struct BillboardImportedTextures

Textures for all frames of a billboard texture record.

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

Fields

| Improve this Doc View Source

Albedo

Declaration
public List<Texture2D> Albedo
Field Value
Type Description
List<Texture2D>
| Improve this Doc View Source

Emission

Declaration
public List<Texture2D> Emission
Field Value
Type Description
List<Texture2D>
| Improve this Doc View Source

FrameCount

Declaration
public int FrameCount
Field Value
Type Description
Int32
| 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