using DefaultNamespace; using DefaultNamespace.ProcessMode; using MotionFramework; using System.Collections; using System.Collections.Generic; using UnityEngine; public class TeachingGotoScene : MonoBehaviour { // Start is called before the first frame update void Start() { if (MotionEngine.GetModule().GetProcessMode() == ProcessMode.Teaching || MotionEngine.GetModule().GetProcessMode() == ProcessMode.Training)//HQB MotionEngine.GetModule().HandleClick("ǰÍùÏÖ³¡"); } // Update is called once per frame void Update() { } }