Show / Hide Table of Contents

Class AnimationTriggers

A markup extension that represents UnityEngine.UI.AnimationTriggers.

Inheritance
Object
AnimationTriggers
Namespace: Mux.Markup
Assembly: Mux.Markup.UI.dll
Syntax
public class AnimationTriggers : IMarkupExtension<UnityEngine.UI.AnimationTriggers>

Properties

| Improve this Doc View Source

DisabledTrigger

A property that represents UnityEngine.UI.AnimationTriggers.disabledTrigger.

Declaration
public string DisabledTrigger { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

HighlightedTrigger

A property that represents UnityEngine.UI.AnimationTriggers.highlightedTrigger.

Declaration
public string HighlightedTrigger { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

NormalTrigger

A property that represents UnityEngine.UI.AnimationTriggers.normalTrigger.

Declaration
public string NormalTrigger { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

PressedTrigger

A property that represents UnityEngine.UI.AnimationTriggers.pressedTrigger.

Declaration
public string PressedTrigger { get; set; }
Property Value
Type Description
String

Methods

| Improve this Doc View Source

ProvideValue(IServiceProvider)

Declaration
public UnityEngine.UI.AnimationTriggers ProvideValue(IServiceProvider serviceProvider)
Parameters
Type Name Description
IServiceProvider serviceProvider
Returns
Type Description
UnityEngine.UI.AnimationTriggers
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX