UGUIItemDisplay Class

Summary

Handles the display of an item in UGUI, such as setting the texture and the count label. This script can only be used on a button.
Namespace
Atavism
Interfaces
  • IPointerEnterHandler
  • IPointerExitHandler
Base Types
  • MonoBehaviour
graph BT Type-->Base0["MonoBehaviour"] Type-.->Interface0["IPointerEnterHandler"] Type-.->Interface1["IPointerExitHandler"] Type["UGUIItemDisplay"] class Type type-node

Syntax

public class UGUIItemDisplay : MonoBehaviour, IPointerEnterHandler, IPointerExitHandler

Fields

Properties

Name Value Summary
MouseEntered bool

Methods