// send mouse out to manager void OnMouseExit() { if (isTargetObject) { mScriptManager.ObjectOut(gameObject); } }