This commit is contained in:
parent
0a618fea1e
commit
df4df723da
|
|
@ -11293,6 +11293,10 @@ PrefabInstance:
|
||||||
propertyPath: m_Enabled
|
propertyPath: m_Enabled
|
||||||
value: 0
|
value: 0
|
||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 3569134156768934007, guid: 8a244cdd2f00e534aadd2512c3bbfda1, type: 3}
|
||||||
|
propertyPath: m_Enabled
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 4019342408188963305, guid: 8a244cdd2f00e534aadd2512c3bbfda1, type: 3}
|
- target: {fileID: 4019342408188963305, guid: 8a244cdd2f00e534aadd2512c3bbfda1, type: 3}
|
||||||
propertyPath: m_Name
|
propertyPath: m_Name
|
||||||
value: "\u914D\u7535\u533A\u57DF"
|
value: "\u914D\u7535\u533A\u57DF"
|
||||||
|
|
|
||||||
|
|
@ -113,13 +113,16 @@ public class Fieldobservation : MonoBehaviour
|
||||||
BOXseal[1].enabled = true;
|
BOXseal[1].enabled = true;
|
||||||
//isbox = false;
|
//isbox = false;
|
||||||
MotionEngine.GetModule<AnimationProcessManager>().HandleClick(hit.collider.gameObject.name);
|
MotionEngine.GetModule<AnimationProcessManager>().HandleClick(hit.collider.gameObject.name);
|
||||||
|
|
||||||
|
guimenbox.GetComponent<BoxCollider>().enabled = true;
|
||||||
|
|
||||||
}
|
}
|
||||||
if (hit.collider.gameObject.name == "±äµçÏä_ÃÅ")
|
if (hit.collider.gameObject.name == "±äµçÏä_ÃÅ")
|
||||||
{
|
{
|
||||||
StartCoroutine(IEguimenkashuan());
|
StartCoroutine(IEguimenkashuan());
|
||||||
//if (isbox)
|
//if (isbox)
|
||||||
//{
|
//{
|
||||||
guimenbox.GetComponent<BoxCollider>().enabled = true;
|
guimenbox.GetComponent<BoxCollider>().enabled = false;
|
||||||
isbox = false;
|
isbox = false;
|
||||||
// }
|
// }
|
||||||
MotionEngine.GetModule<AnimationProcessManager>().HandleClick(hit.collider.gameObject.name);
|
MotionEngine.GetModule<AnimationProcessManager>().HandleClick(hit.collider.gameObject.name);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue