/* * // Update is called once per frame * void Update() * { * * } */ /* * void ISelectHandler.OnSelect(BaseEventData eventData) * { * m.PopulateSelectionInformation(flavourText, graphic); * //throw new System.NotImplementedException(); * } */ public void OnPointerEnter(PointerEventData eventData) { //throw new System.NotImplementedException(); m.PopulateSelectionInformation(flavourText, graphic); }