Show / Hide Table of Contents

Class Selectable<T>

An abstract class to represent UnityEngine.UI.Selectable or its subclass.

Inheritance
Object
Selectable<T>
Button
Dropdown
InputField
Scrollbar
Selectable
Slider
Toggle
Namespace: Mux.Markup
Assembly: Mux.Markup.UI.dll
Syntax
public abstract class Selectable<T> : Behaviour<T> where T : UnityEngine.UI.Selectable
Type Parameters
Name Description
T

Fields

| Improve this Doc View Source

AnimationTriggersProperty

Backing store for the AnimationTriggers property.

Declaration
public static readonly BindableProperty AnimationTriggersProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

ColorsProperty

Backing store for the Colors property.

Declaration
public static readonly BindableProperty ColorsProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

InteractableProperty

Backing store for the Interactable property.

Declaration
public static readonly BindableProperty InteractableProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

NavigationProperty

Backing store for the Navigation property.

Declaration
public static readonly BindableProperty NavigationProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

SpriteStateProperty

Backing store for the SpriteState property.

Declaration
public static readonly BindableProperty SpriteStateProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

TargetGraphicProperty

Backing store for the TargetGraphic property.

Declaration
public static readonly BindableProperty TargetGraphicProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

TransitionProperty

Backing store for the Transition property.

Declaration
public static readonly BindableProperty TransitionProperty
Field Value
Type Description
BindableProperty

Properties

| Improve this Doc View Source

AnimationTriggers

A property that represents UnityEngine.UI.Selectable.animationTriggers.

Declaration
public UnityEngine.UI.AnimationTriggers AnimationTriggers { get; set; }
Property Value
Type Description
UnityEngine.UI.AnimationTriggers
See Also
AnimationTriggers
| Improve this Doc View Source

Colors

A property that represents UnityEngine.UI.Selectable.colors.

Declaration
public UnityEngine.UI.ColorBlock Colors { get; set; }
Property Value
Type Description
UnityEngine.UI.ColorBlock
See Also
ColorBlock
| Improve this Doc View Source

Interactable

A property that represents UnityEngine.UI.Selectable.interactable.

Declaration
public bool Interactable { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

Navigation

A property that represents UnityEngine.UI.Selectable.navigation.

Declaration
public UnityEngine.UI.Navigation Navigation { get; set; }
Property Value
Type Description
UnityEngine.UI.Navigation
| Improve this Doc View Source

SpriteState

A property that represents UnityEngine.UI.Selectable.spriteState.

Declaration
public UnityEngine.UI.SpriteState SpriteState { get; set; }
Property Value
Type Description
UnityEngine.UI.SpriteState
| Improve this Doc View Source

TargetGraphic

A property that represents UnityEngine.UI.Selectable.targetGraphic.

Declaration
public UnityEngine.UI.Graphic TargetGraphic { get; set; }
Property Value
Type Description
UnityEngine.UI.Graphic
See Also
Graphic<T>
| Improve this Doc View Source

Transition

A property that represents UnityEngine.UI.Selectable.transition.

Declaration
public UnityEngine.UI.Selectable.Transition Transition { get; set; }
Property Value
Type Description
UnityEngine.UI.Selectable.Transition

Methods

| Improve this Doc View Source

AddToInMainThread(UnityEngine.GameObject)

Declaration
protected override void AddToInMainThread(UnityEngine.GameObject gameObject)
Parameters
Type Name Description
UnityEngine.GameObject gameObject
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX