Table of Contents

Class CelestialBodyLightingData

Namespace
KSP.Rendering
Assembly
Assembly-CSharp.dll
public class CelestialBodyLightingData
Inheritance
CelestialBodyLightingData
Inherited Members
Extension Methods

Constructors

CelestialBodyLightingData()

public CelestialBodyLightingData()

Fields

ambientDay

public Color ambientDay

Field Value

Color

ambientInnerAltitude

public double ambientInnerAltitude

Field Value

double

ambientNight

public Color ambientNight

Field Value

Color

ambientOuterAltitude

public double ambientOuterAltitude

Field Value

double

ambientScaled

public Color ambientScaled

Field Value

Color

color

public Color color

Field Value

Color

dayBlendRange

public float dayBlendRange

Field Value

float

directionalInnerAltitude

public double directionalInnerAltitude

Field Value

double

directionalOuterAltitude

public double directionalOuterAltitude

Field Value

double

dotProduct

public float dotProduct

Field Value

float

enabled

public bool enabled

Field Value

bool

horizonOffset

public float horizonOffset

Field Value

float

intensityAtApoapsis

public float intensityAtApoapsis

Field Value

float

intensityAtPeriapsis

public float intensityAtPeriapsis

Field Value

float

lightFalloffCurve

public AnimationCurve lightFalloffCurve

Field Value

AnimationCurve

lightFalloffDistance

public double lightFalloffDistance

Field Value

double

lightingOverrides

public List<OverrideLightingData> lightingOverrides

Field Value

List<OverrideLightingData>

lightingOverridesDict

public Dictionary<string, OverrideLightingData> lightingOverridesDict

Field Value

Dictionary<string, OverrideLightingData>

nightBlendRange

public float nightBlendRange

Field Value

float

sphericalGaussianSettings

public SphericalGaussianSettings sphericalGaussianSettings

Field Value

SphericalGaussianSettings

useAmbient

public bool useAmbient

Field Value

bool