Class GradientAlphaKey
Inheritance
GradientAlphaKey
Assembly: Mux.Markup.dll
Syntax
public class GradientAlphaKey : object, IMarkupExtension<UnityEngine.GradientAlphaKey>, IMarkupExtension
Properties
|
Improve this Doc
View Source
Alpha
Declaration
public float Alpha { get; set; }
Property Value
|
Improve this Doc
View Source
Time
Declaration
public float Time { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
ProvideValue(IServiceProvider)
Declaration
public UnityEngine.GradientAlphaKey ProvideValue(IServiceProvider provider)
Parameters
Type |
Name |
Description |
IServiceProvider |
provider |
|
Returns
Implements