Show / Hide Table of Contents

Struct CachedMaterial

Defines a single cached material and related properties. Marked as serializable but not currently serialized.

Namespace: DaggerfallWorkshop
Assembly: Assembly-CSharp.dll
Syntax
[Serializable]
public struct CachedMaterial

Fields

| Improve this Doc View Source

albedoMap

Declaration
public Texture2D albedoMap
Field Value
Type Description
Texture2D
| Improve this Doc View Source

atlasFrameCounts

Declaration
public int[] atlasFrameCounts
Field Value
Type Description
Int32[]
| Improve this Doc View Source

atlasIndices

Declaration
public RecordIndex[] atlasIndices
Field Value
Type Description
RecordIndex[]
| Improve this Doc View Source

atlasRects

Declaration
public Rect[] atlasRects
Field Value
Type Description
Rect[]
| Improve this Doc View Source

emissionMap

Declaration
public Texture2D emissionMap
Field Value
Type Description
Texture2D
| Improve this Doc View Source

filterMode

Declaration
public FilterMode filterMode
Field Value
Type Description
FilterMode
| Improve this Doc View Source

framesPerSecond

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

isWindow

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

key

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

keyGroup

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

material

Declaration
public Material material
Field Value
Type Description
Material
| Improve this Doc View Source

normalMap

Declaration
public Texture2D normalMap
Field Value
Type Description
Texture2D
| Improve this Doc View Source

recordOffsets

Declaration
public Vector2[] recordOffsets
Field Value
Type Description
Vector2[]
| Improve this Doc View Source

recordScales

Declaration
public Vector2[] recordScales
Field Value
Type Description
Vector2[]
| Improve this Doc View Source

recordSizes

Declaration
public Vector2[] recordSizes
Field Value
Type Description
Vector2[]
| Improve this Doc View Source

singleFrameCount

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

singleRect

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

timeStamp

Declaration
public float timeStamp
Field Value
Type Description
Single
| Improve this Doc View Source

windowColor

Declaration
public Color windowColor
Field Value
Type Description
Color
| Improve this Doc View Source

windowIntensity

Declaration
public float windowIntensity
Field Value
Type Description
Single
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX