fix: 点击后边框消失而非保持显示
This commit is contained in:
@@ -112,7 +112,7 @@ public class PingClickHandler : MonoBehaviour
|
||||
if (_meshRenderer != null) _meshRenderer.enabled = true;
|
||||
var allRends2 = GetComponentsInChildren<Renderer>();
|
||||
foreach (var r in allRends2) r.enabled = true;
|
||||
if (_outlineRenderer != null) _outlineRenderer.enabled = true;
|
||||
if (_outlineRenderer != null) _outlineRenderer.enabled = false;
|
||||
if (nextPing != null) { nextPing.SetActive(true); Debug.Log($"[PingClick] {name} → {nextPing.name} 激活"); }
|
||||
Debug.Log($"[PingClick] {name} 第1击 (model显示, {_firstClickCount}/4)");
|
||||
var sm = FindObjectOfType<StepManager>();
|
||||
|
||||
Reference in New Issue
Block a user