C# Class ProjectStorms.FactionPreviewDisplayUpdater

Inheritance: UnityEngine.MonoBehaviour, IPointerEnterHandler
Show file Open project: patferguson/Storms-Project

Public Methods

Method Description
Awake ( ) : void
IsHighlighted ( BaseEventData eventSystem ) : void
OnPointerEnter ( PointerEventData eventData ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

IsHighlighted() public method

public IsHighlighted ( BaseEventData eventSystem ) : void
eventSystem UnityEngine.EventSystems.BaseEventData
return void

OnPointerEnter() public method

public OnPointerEnter ( PointerEventData eventData ) : void
eventData UnityEngine.EventSystems.PointerEventData
return void