Show / Hide Table of Contents

Struct RuntimeMaterial

Defines a Daggerfall material to be created at runtime.

Namespace: DaggerfallWorkshop.Utility.AssetInjection
Assembly: Assembly-CSharp.dll
Syntax
[Serializable]
public struct RuntimeMaterial

Fields

| Improve this Doc View Source

ApplyClimate

Declaration
[Tooltip("Use texture for current climate and season. Archive must be the base archive. Ignored if UseDungeonTextureTable is enabled.")]
public bool ApplyClimate
Field Value
Type Description
Boolean
| Improve this Doc View Source

Archive

Declaration
[Tooltip("Daggerfall texture archive.")]
public int Archive
Field Value
Type Description
Int32
| Improve this Doc View Source

Index

Declaration
[Tooltip("Material index on the MeshRenderer")]
public int Index
Field Value
Type Description
Int32
| Improve this Doc View Source

Record

Declaration
[Tooltip("Daggerfall Texture record.")]
public int Record
Field Value
Type Description
Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX