示例#1
0
 // send mouse out to manager
 void OnMouseExit()
 {
     if (isTargetObject)
     {
         mScriptManager.ObjectOut(gameObject);
     }
 }