Table of Contents

Interface IMaterialFog

Namespace
Lime
Assembly
Lime.dll
public interface IMaterialFog

Properties

FogColor

Color4 FogColor { get; set; }

Property Value

Color4

FogDensity

float FogDensity { get; set; }

Property Value

float

FogEnd

float FogEnd { get; set; }

Property Value

float

FogMode

FogMode FogMode { get; set; }

Property Value

FogMode

FogStart

float FogStart { get; set; }

Property Value

float