Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

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

Removed in version 5.1.0p1
Property guiTexture has been deprecated. Use GetComponent<GUITexture>() instead. (UnityUpgradable)

Component.guiTexture

Switch to Manual
public var guiTexture: Component;

Description

The GUITexture attached to this GameObject (Read Only). (null if there is none attached).

	guiTexture.color = Color.blue;