308、309

This commit is contained in:
huqibin 2025-02-18 17:42:33 +08:00
parent ba1944260c
commit 5fa00cabd0
1 changed files with 5 additions and 0 deletions

View File

@ -186,6 +186,11 @@ public class LiveSceneManager : SingletonMono<LiveSceneManager>
Debug.Log("该科目不需要用到校验仪");
}
}
else if (currentTool.name.Equals("盒装计量箱电子标签"))
{
currentTool.transform.localPosition = new Vector3(0.1483f, 0.0661f, 0.3306f);
currentTool.transform.localEulerAngles = new Vector3(54.87f, -249.27f, -72.053f);
}
}
private void Update()