Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

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

Color.g

Switch to Manual
public var g: float;

Description

Green component of the color.

var color : Color = Color.white;
color.g = 0;