unitytools/Assets/UnityTools/script/test.cs

15 lines
469 B
C#
Raw Normal View History

2024-11-12 00:30:33 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class test : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
GameObject gameObject = popUpsCanvas.popUpsCanvasobj.addPopUp(popUpsCanvas.popUpsCanvasobj.VerNormalPopUpWindow);//<2F><><EFBFBD><EFBFBD>
2024-11-12 01:06:12 +08:00
List<BoxTypeItem> light = new List<BoxTypeItem>();
gameObject.GetComponent<NormalPopUpWindow>().newPopup(light,"<22><><EFBFBD>Ա<EFBFBD><D4B1><EFBFBD>");
2024-11-12 00:30:33 +08:00
}
}