Class GradientColorKey
Inheritance
GradientColorKey
Assembly: Mux.Markup.dll
Syntax
public class GradientColorKey : object, IMarkupExtension<UnityEngine.GradientColorKey>, IMarkupExtension
Properties
|
Improve this Doc
View Source
Color
Declaration
public UnityEngine.Color Color { 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.GradientColorKey ProvideValue(IServiceProvider provider)
Parameters
Type |
Name |
Description |
IServiceProvider |
provider |
|
Returns
Implements