QFramework UIKit:告别Find与GetComponent,让UI仔更加简单上手
前言:一个让Unity开发者头疼的问题在Unity开发中,我们经常要写这样的代码:csharpButton btn transform.Find("Panel/Button").GetComponent<Button>();
Text txt transform.Find("Panel/Text").GetComponent<…
2026/7/1 9:15:33