C# Class ctac.HistoryTileView

Inheritance: strange.extensions.mediation.impl.View, IPointerEnterHandler, IPointerExitHandler
Afficher le fichier Open project: dshook/centauri-tac

Private Properties

Свойство Type Description
CreateHoverCard CardView
Update void
showCard CardView

Méthodes publiques

Méthode Description
OnPointerEnter ( PointerEventData eventData ) : void
OnPointerExit ( PointerEventData eventData ) : void

Méthodes protégées

Méthode Description
Start ( ) : void

Private Methods

Méthode Description
CreateHoverCard ( CardModel hoverCardModel ) : CardView
Update ( ) : void
showCard ( CardModel cardToShow, Vector3 positionOffset, int spellDamage ) : CardView

Method Details

OnPointerEnter() public méthode

public OnPointerEnter ( PointerEventData eventData ) : void
eventData UnityEngine.EventSystems.PointerEventData
Résultat void

OnPointerExit() public méthode

public OnPointerExit ( PointerEventData eventData ) : void
eventData UnityEngine.EventSystems.PointerEventData
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void