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