Struct GradientColorKey
Inherited Members
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public struct GradientColorKey
Constructors
| Improve this Doc View SourceGradientColorKey(Color, Single)
Declaration
public GradientColorKey(Color col, float time)
Parameters
Type | Name | Description |
---|---|---|
Color | col | |
Single | time |
Fields
| Improve this Doc View Sourcecolor
Declaration
public Color color
Field Value
Type | Description |
---|---|
Color |
time
Declaration
public float time
Field Value
Type | Description |
---|---|
Single |