UIStateItemExtention
CJFinc.​RichMonoBehaviour
public
CJFinc.​UItools.​UIStateItemExtention
CJFinc.​UItools.​UIStateItemAnimation
CJFinc.​UItools.​UIStateItemMirror

UIStateItemExtention is a mediator class of all UIStateItem extension classes

You have to use one of the extension listed bellow instead of including UIStateItemExtention component directly.

See UIStateItemMirror, UIStateItemAnimation

Details

This component and all its descendants require the UIStateItem to be attached to the same game object.

Properties
StateItem
public UIStateItem StateItem { get }

UIStateItem component attached to the same game object this extension extends

Functions
ApplyCurrentState ()
public virtual void ApplyCurrentState()

called automatically on UIStateItem.OnStateChange event

Should be implemented in descendant classes.