Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

RenderSettings.ambientLight

static var ambientLight: Color;
static Color ambientLight;
static ambientLight as Color

Description

Color of the scene's ambient light.

	// Make the ambient lighting red
	RenderSettings.ambientLight = Color.red;