Class AnimationTriggers
Inheritance
AnimationTriggers
Assembly: Mux.Markup.UI.dll
Syntax
public class AnimationTriggers : IMarkupExtension<UnityEngine.UI.AnimationTriggers>
Properties
|
Improve this Doc
View Source
DisabledTrigger
Declaration
public string DisabledTrigger { get; set; }
Property Value
|
Improve this Doc
View Source
HighlightedTrigger
Declaration
public string HighlightedTrigger { get; set; }
Property Value
|
Improve this Doc
View Source
NormalTrigger
Declaration
public string NormalTrigger { get; set; }
Property Value
|
Improve this Doc
View Source
PressedTrigger
Declaration
public string PressedTrigger { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
ProvideValue(IServiceProvider)
Declaration
public UnityEngine.UI.AnimationTriggers ProvideValue(IServiceProvider serviceProvider)
Parameters
Type |
Name |
Description |
IServiceProvider |
serviceProvider |
|
Returns