UIItem
CJFinc.​RichMonoBehaviour
public
CJFinc.​UItools.​UIItem
CJFinc.​UItools.​UIStateItem

UIItem is one of the base components that implements core item properties.

Item name is a copy from game object name

UIItem-editor
Details

Usually you will not use UIItem component directly but one of it descendant components like: UIStateItem

Variables
itemName
public string itemName

Item name filled automatically from GameObject.name

group
public UIGroup group

Link to UIGroup object this item belongs to

Defined at UIGroup initialization.