Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

GradientColorKey

struct in UnityEngine

/

Implemented in:UnityEngine.CoreModule

Description

Color key used by Gradient.

Additional resources: GradientAlphaKey, Gradient.

Properties

Description
colorColor of key.
timeTime of the key (0 - 1).

Constructors

Description
GradientColorKeyGradient color key.