Struct GradientAlphaKey
Inherited Members
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public struct GradientAlphaKey
Constructors
| Improve this Doc View SourceGradientAlphaKey(Single, Single)
Declaration
public GradientAlphaKey(float alpha, float time)
Parameters
Type | Name | Description |
---|---|---|
Single | alpha | |
Single | time |
Fields
| Improve this Doc View Sourcealpha
Declaration
public float alpha
Field Value
Type | Description |
---|---|
Single |
time
Declaration
public float time
Field Value
Type | Description |
---|---|
Single |