하위 객체 호버링 시 상위 객체 호버링 되는 오류 #218
@@ -106,7 +106,8 @@ namespace Studio.AssetTool
|
|||||||
public void OnPointerEnter(PointerEventData eventData)
|
public void OnPointerEnter(PointerEventData eventData)
|
||||||
{
|
{
|
||||||
//ResizeBoundary();
|
//ResizeBoundary();
|
||||||
if (isSelected || isCollided)
|
|
||||||
|
if (isSelected || isCollided || eventData.pointerEnter != gameObject)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user