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