胚胎移植准备工作移到实验室完成

This commit is contained in:
“CongG” 2025-01-14 17:32:11 +08:00
parent cab779262d
commit 2ede99b490
5 changed files with 1882 additions and 1730 deletions

View File

@ -5108,7 +5108,7 @@
"SoundPath": "N085",
"VideoPath": "",
"TimelineLength": 380,
"CameraDefaultTR": "0.6985517_-1.943251_-1.70315|8.430001_0.7800003_0",
"CameraDefaultTR": "0.9437199_-2.559436_39.45013|20.995_0.1950044_0",
"CameraNearTR": "",
"CameraNearTR2": "",
"QNextNum": 198,
@ -5134,7 +5134,7 @@
"SoundPath": "N086",
"VideoPath": "",
"TimelineLength": 390,
"CameraDefaultTR": "0.6985517_-1.943251_-1.70315|8.430001_0.7800003_0",
"CameraDefaultTR": "0.9437199_-2.559436_39.45013|20.995_0.1950044_0",
"CameraNearTR": "",
"CameraNearTR2": "",
"QNextNum": 199,
@ -5160,7 +5160,7 @@
"SoundPath": "N087",
"VideoPath": "",
"TimelineLength": 390,
"CameraDefaultTR": "0.6985517_-1.943251_-1.70315|8.430001_0.7800003_0",
"CameraDefaultTR": "0.9437199_-2.559436_39.45013|20.995_0.1950044_0",
"CameraNearTR": "",
"CameraNearTR2": "",
"QNextNum": 200,
@ -5186,7 +5186,7 @@
"SoundPath": "N088",
"VideoPath": "",
"TimelineLength": 180,
"CameraDefaultTR": "0.6985517_-1.943251_-1.70315|8.430001_0.7800003_0",
"CameraDefaultTR": "0.9437199_-2.559436_39.45013|20.995_0.1950044_0",
"CameraNearTR": "",
"CameraNearTR2": "",
"QNextNum": 202,

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -398,6 +398,24 @@ namespace ZXK.LouDiXvMuNiu
else if (GameManager.Instance._CurModelType.Equals(ConstCtrl.ModuleName_PTYZ))
{
SetTimeLineCtrl(curObj, previousObj, _PTYZTimeLineClip, 0);
if (GameManager.Instance._StateContext.GetState().Name.Equals("TrainState"))
{//如果训练模式下,物品展示时显示物品
if (curObj.ThreeTaskName == ConstCtrl.ThreeTaskName_PrepareGeo)
{
GameObject bhyGeoTemp = UtilitiesMng.GetGeoByName(_toolContain, "保护液", true);
bhyGeoTemp.transform.localPosition = new Vector3(-0.0822f, 0.396500051f, 0.00615262985f);
bhyGeoTemp.transform.localRotation = new Quaternion(0,0.707106829f,0.707106829f,0);
GameObject ptygeoTemp = UtilitiesMng.GetGeoByName(_toolContain, "胚胎液", true);
ptygeoTemp.transform.localPosition = new Vector3(-0.0820000023f, 0.396499991f, -0.0887999982f);
ptygeoTemp.transform.localRotation = new Quaternion(0, 0.707106829f, 0.707106829f, 0);
GameObject ksqgeoTemp = UtilitiesMng.GetGeoByName(_toolContain, "凯苏枪", true);
ksqgeoTemp.transform.localPosition = new Vector3(0.25999999f, 0.409000009f, 0.381999999f);
ksqgeoTemp.transform.localRotation = new Quaternion(-0.00385814067f, 0.707096279f, 0.00385814067f, 0.707096279f);
GameObject blxggeoTemp = UtilitiesMng.GetGeoByName(_toolContain, "玻璃细管", true);
blxggeoTemp.transform.localPosition = new Vector3(0.221799999f, 0.400900006f, -0.0782999992f);
blxggeoTemp.transform.localRotation = new Quaternion(0.5f, 0.5f, 0.5f, 0.5f);
}
}
}
else if (GameManager.Instance._CurModelType.Equals(ConstCtrl.ModuleName_YYZD))
{