mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-10-09 14:55:25 +00:00
修复3.8.4无法显示inspect的bug
This commit is contained in:
@@ -122,7 +122,7 @@ export class HintV3 extends HintAdapter {
|
||||
return camera;
|
||||
}
|
||||
private getLayerID() {
|
||||
return cc.Layers.Enum.GIZMOS;
|
||||
return cc.Layers.Enum.UI_2D;
|
||||
}
|
||||
getRectPoints(node: any): RectPoints | null {
|
||||
if (!node.worldPosition) {
|
||||
|
Reference in New Issue
Block a user