删除日志
This commit is contained in:
parent
90d289242f
commit
5e0af963c2
@ -306,7 +306,6 @@ namespace HighlightPlus {
|
|||||||
|
|
||||||
if (isActiveAndEnabled && triggerMode == TriggerMode.ColliderEventsOnlyOnThisObject) {
|
if (isActiveAndEnabled && triggerMode == TriggerMode.ColliderEventsOnlyOnThisObject) {
|
||||||
if (!CanInteract()) return;
|
if (!CanInteract()) return;
|
||||||
Debug.Log("进入");
|
|
||||||
hb.outline = 1;
|
hb.outline = 1;
|
||||||
Highlight(true);
|
Highlight(true);
|
||||||
}
|
}
|
||||||
@ -317,7 +316,6 @@ namespace HighlightPlus {
|
|||||||
|
|
||||||
if (isActiveAndEnabled && triggerMode == TriggerMode.ColliderEventsOnlyOnThisObject) {
|
if (isActiveAndEnabled && triggerMode == TriggerMode.ColliderEventsOnlyOnThisObject) {
|
||||||
if (!CanInteract()) return;
|
if (!CanInteract()) return;
|
||||||
Debug.Log("退出");
|
|
||||||
hb.outline = 1;
|
hb.outline = 1;
|
||||||
Highlight(false);
|
Highlight(false);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user