Show / Hide Table of Contents

Struct WeatherManager.FogSettings

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

Fields

| Improve this Doc View Source

density

Declaration
[Range(0F, 1F)]
public float density
Field Value
Type Description
Single
| Improve this Doc View Source

endDistance

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

excludeSkybox

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

fogMode

Declaration
public FogMode fogMode
Field Value
Type Description
FogMode
| Improve this Doc View Source

startDistance

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