|
| void | SetCard (Card c, FontColor color=FontColor.Ignore) |
| |
| virtual bool | CanMiddleClick () |
| |
| virtual void | OnMiddleClick (bool forceClick) |
| |
| void | SetItem (Item i) |
| |
| virtual void | RefreshItem () |
| |
| virtual void | OnHover () |
| |
| void | Toggle () |
| |
| void | ToggleCheck () |
| |
| void | SetCheck (bool check) |
| |
| void | SetToggle (bool isOn, Action< bool > onToggle=null) |
| |
| void | SetToggleWithScore (bool isOn, Action< bool > onToggle, int? score) |
| |
| void | SetTooltip (Action< UITooltip > onShowTooltip=null, bool enable=true) |
| |
| void | SetTooltip (string id, Action< UITooltip > onShowTooltip=null, bool enable=true) |
| |
| void | SetTooltipLang (string lang=null) |
| |
| virtual void | ShowTooltip () |
| |
| void | ShowTooltipForced (bool ignoreWhenRightClick=true) |
| |
| override void | OnPointerDown (PointerEventData eventData) |
| |
| override void | OnPointerClick (PointerEventData eventData) |
| |
| override void | OnPointerUp (PointerEventData eventData) |
| |
| void | OnPointerUpOnDrag (PointerEventData eventData) |
| |
| void | _OnPress () |
| |
| void | OnPress () |
| |
| void | AddHighlight (Func< bool > killCondition) |
| |
| void | DoHighlightTransition (bool instant=false) |
| |
| void | DoNormalTransition (bool instant=true) |
| |
| override Selectable | FindSelectableOnDown () |
| |
| override Selectable | FindSelectableOnUp () |
| |
| override Selectable | FindSelectableOnLeft () |
| |
| override Selectable | FindSelectableOnRight () |
| |
| void | SetNavigation (UIButton up, UIButton down=null, UIButton left=null, UIButton right=null) |
| |
| override bool | IsActive () |
| |
| void | SetInteractableWithAlpha (bool enable) |
| |
| virtual void | ApplySkin () |
| |
| void | ApplySkin () |
| |
| static void | UpdateButtons () |
| |
| static void | TryHihlight () |
| |
| static void | TryShowTip (Transform root=null, bool highlight=true, bool ignoreWhenRightClick=true) |
| |
| static void | TryShowTip< T > (Transform root=null, bool highlight=true, bool ignoreWhenRightClick=false) |
| |
| static bool | DoSlide |
| |
| static bool | locked |
| |
| static UIButton | lastButton |
| |
| static UIButton | lastHovered |
| |
| static UIButton | currentHighlight |
| |
| static UIButton | currentPressedButton |
| |
| static float | lastClicked |
| |
| static float | doubleClickTime = 0.4f |
| |
| static Vector2 | buttonPos |
| |
| static Action | onPressed |
| |
| static List< UIButton > | buttons = new List<UIButton>() |
| |
| static Action | actionTooltip |
| |
| override void | Awake () |
| |
| override void | OnEnable () |
| |
| override void | DoStateTransition (SelectionState state, bool instant) |
| |
| List< Graphic > | Graphics [get] |
| |
| virtual bool | CanDragLeftButton [get] |
| |
Definition at line 1 of file ButtonRecipe.cs.