Class ObjectAssemblyLighting
- Namespace
- KSP.Rendering
- Assembly
- Assembly-CSharp.dll
public class ObjectAssemblyLighting : KerbalMonoBehaviour
- Inheritance
-
ObjectAssemblyLighting
- Inherited Members
-
- Extension Methods
-
Constructors
ObjectAssemblyLighting()
public ObjectAssemblyLighting()
Fields
dayCubemap
public Cubemap dayCubemap
Field Value
- Cubemap
dayData
public PrefabLightmapDataObject dayData
Field Value
- PrefabLightmapDataObject
dayFogColor
Field Value
- Color
eveningCubemap
public Cubemap eveningCubemap
Field Value
- Cubemap
eveningData
public PrefabLightmapDataObject eveningData
Field Value
- PrefabLightmapDataObject
eveningFogColor
public Color eveningFogColor
Field Value
- Color
fogDensity
Field Value
- float
fogMode
Field Value
- FogMode
lightShafts
public GameObject[] lightShafts
Field Value
- GameObject[]
nightCubemap
public Cubemap nightCubemap
Field Value
- Cubemap
nightData
public PrefabLightmapDataObject nightData
Field Value
- PrefabLightmapDataObject
nightFogColor
public Color nightFogColor
Field Value
- Color
nightLight
Field Value
- Light
nightLightMaxIntensity
public float nightLightMaxIntensity
Field Value
- float
nightLightMinIntensity
public float nightLightMinIntensity
Field Value
- float
reflectionProbe
public ReflectionProbe reflectionProbe
Field Value
- ReflectionProbe
timeOfDayMaxDot
public float timeOfDayMaxDot
Field Value
- float
timeOfDayMinDot
public float timeOfDayMinDot
Field Value
- float
Methods
DebugEnableTimeZoom(bool)
public void DebugEnableTimeZoom(bool enabled)
Parameters
enabled bool