protected override bool mouseHovered(Vector3 mousePosition) { txUIObject obj = mComponentOwner as txUIObject; return(obj.getMouseHovered()); }