Show / Hide Table of Contents

Class UnderwaterFog

Inheritance
Object
UnderwaterFog
Namespace: DaggerfallWorkshop.Game
Assembly: Assembly-CSharp.dll
Syntax
public class UnderwaterFog

Constructors

| Improve this Doc View Source

UnderwaterFog()

Declaration
public UnderwaterFog()

Fields

| Improve this Doc View Source

fogDensityMax

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

fogDensityMin

Declaration
public float fogDensityMin
Field Value
Type Description
Single

Properties

| Improve this Doc View Source

waterFogColor

Declaration
public Color waterFogColor { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

waterMapColor

Declaration
public Color waterMapColor { get; set; }
Property Value
Type Description
Color

Methods

| Improve this Doc View Source

UpdateFog(Single)

Declaration
public void UpdateFog(float waterLevel)
Parameters
Type Name Description
Single waterLevel
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX