308、309
This commit is contained in:
parent
ba1944260c
commit
5fa00cabd0
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue