|
using TMPro;
|
|
|
|
public class UIAirViewBinder
|
|
{
|
|
|
|
public static void GetComponents(UIAirViewController window)
|
|
{
|
|
window.Text_Content = window.GetComponent<TMP_Text>("Text_Content");
|
|
|
|
}
|
|
|
|
/****** 定义变量语句 ******
|
|
public TMP_Text Text_Content;
|
|
|
|
****** End ******/
|
|
} |