Vixen
02b45cc4
csharp
public sealed class EnvironmentSettings

What the world looks like when nothing is drawn in front of it.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (6)

  • public Color4 Background

    What the sky is, where nothing else is drawn.

  • public Color4 Ambient

    The light that arrives from everywhere.

  • public float AmbientIntensity

    How much of it.

  • public bool Fog

    Whether distance fades towards the background colour.

  • public float FogStart

    Where it starts, in metres.

  • public float FogEnd

    And where it is total.

Used by (4)

  • Describes_Vixen_Editor_App_EnvironmentSettingsVixen.Editor.App
  • MilestoneE5TestsVixen.Editor.App.Tests
  • TypeRegistrationVixen.Editor.App
  • WorldSettingsVixen.Editor.App