Beispiel #1
0
 protected virtual void MouseOut(UIMouseOverEventArgs args)
 {
     m_State = UIComponentState.None;
 }
Beispiel #2
0
 protected virtual void MouseOver(UIMouseOverEventArgs args)
 {
     m_State = UIComponentState.Hover;
 }