UI布局更新

This commit is contained in:
2025-07-18 17:50:42 +08:00
parent 330ff922b5
commit 95206a5cd3
28 changed files with 5028 additions and 2068 deletions

View File

@ -20,7 +20,7 @@ public class RawImageController : MonoBehaviour
void Start()
{
path = ImagePath + Name;
RawImage = transform.GetChild(0).GetComponent<RawImage>();
RawImage = transform.Find("01").GetComponent<RawImage>();
transform.Find("L_Button").GetComponent<Button>().onClick.AddListener(() =>
{