UI布局更新
This commit is contained in:
@ -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(() =>
|
||||
{
|
||||
|
Reference in New Issue
Block a user