Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GradientAlphaKey

Alpha key used by Gradient.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Struct
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public struct GradientAlphaKey

Remarks

Additional Resources: GradientColorKey, Gradient.

Fields

Value

Description

alphaAlpha channel of key.
timeTime of the key (0 - 1).

Constructors

Constructor

Description

GradientAlphaKey(System.Single,System.Single)Gradient alpha key.