예제 #1
0
 void OnMouseExit()
 {
     if ( currentURL == this )
         currentURL = null;
 }
예제 #2
0
 void OnMouseEnter()
 {
     currentURL = this;
 }