Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

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

Light.cookie

Switch to Manual
public var cookie: Texture;

Description

The cookie texture projected by the light.

If the cookie is a cube map, the light will become a Point light. Note that cookies are only displayed for pixel lights. See Also: Light component.

	// Expose a reference to a texture in the inspector
	var newCookie : Texture2D;	
	// Assign the cookie
	light.cookie = newCookie;