using System.Collections; using System.Collections.Generic; using UnityEngine; public class ModelShow : BaseShow { /// /// Êó±êµ¥»÷ʼþ /// public override void OnClick() { if (BaseController.CanControl && CanClick) { ModelPlayerEx.Instance.ShowModel(info, gameObject); } } }