fix: ChanraoTuibu补ping边框重亮+Shose OnEnable替换Start+描边加粗
This commit is contained in:
@@ -8,7 +8,7 @@ public class ShoseClickHandler : MonoBehaviour
|
||||
private Bounds _meshBounds;
|
||||
private bool _clicked;
|
||||
|
||||
void Start()
|
||||
void OnEnable()
|
||||
{
|
||||
// 用模型的精确 Bounds 设 BoxCollider
|
||||
var mf = GetComponent<MeshFilter>();
|
||||
|
||||
Reference in New Issue
Block a user